Class HitsplatEvent

All Implemented Interfaces:
Serializable

public class HitsplatEvent extends GameEvent<PathingEntity<?>>
See Also:
  • Constructor Details

    • 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 Details

    • getDamage

      public int getDamage()
    • getSpecialTypeId

      public int getSpecialTypeId()
    • getTypeId

      public int getTypeId()
    • getSpecialDamage

      public int getSpecialDamage()
    • getType

      public Hitsplat.Type getType()
    • getSpecialType

      public Hitsplat.Type getSpecialType()