Enum Class AttackType

All Implemented Interfaces:
Serializable, Comparable<AttackType>, Constable

public enum AttackType extends Enum<AttackType>
  • Enum Constant Details

    • None

      public static final AttackType None
    • Bite

      public static final AttackType Bite
    • Shove

      public static final AttackType Shove
    • Stomp

      public static final AttackType Stomp
    • GrappleGrab

      public static final AttackType GrappleGrab
    • MeleeSwing

      public static final AttackType MeleeSwing
    • MeleeStab

      public static final AttackType MeleeStab
    • MeleeToFloor

      public static final AttackType MeleeToFloor
    • MeleeStabToFloor

      public static final AttackType MeleeStabToFloor
    • Shot

      public static final AttackType Shot
  • Method Details

    • values

      public static AttackType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AttackType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • hasModifier

      public boolean hasModifier(AttackTypeModifier attackTypeModifier)
    • isRanged

      public boolean isRanged()
    • affectsProne

      public boolean affectsProne()
    • affectsStanding

      public boolean affectsStanding()