Class HitsplatEvent

    • Constructor Detail

      • HitsplatEvent

        public HitsplatEvent​(PathingEntity<?> source,
                             int type,
                             int damage,
                             int specialType,
                             int specialDamage)
        Constructs a prototypical Event.
        Parameters:
        source - The object on which the Event initially occurred.
        Throws:
        IllegalArgumentException - if source is null.
    • Method Detail

      • getDamage

        public int getDamage()
      • getSpecialTypeId

        public int getSpecialTypeId()
      • getTypeId

        public int getTypeId()
      • getSpecialDamage

        public int getSpecialDamage()