Enum Class NpcPose

java.lang.Object
java.lang.Enum<NpcPose>
lol.pyr.znpcsplus.util.NpcPose
All Implemented Interfaces:
Serializable, Comparable<NpcPose>, Constable

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

    • STANDING

      public static final NpcPose STANDING
    • FALL_FLYING

      public static final NpcPose FALL_FLYING
    • SLEEPING

      public static final NpcPose SLEEPING
    • SWIMMING

      public static final NpcPose SWIMMING
    • SPIN_ATTACK

      public static final NpcPose SPIN_ATTACK
    • CROUCHING

      public static final NpcPose CROUCHING
    • LONG_JUMPING

      public static final NpcPose LONG_JUMPING
    • DYING

      public static final NpcPose DYING
    • CROAKING

      public static final NpcPose CROAKING
    • USING_TONGUE

      public static final NpcPose USING_TONGUE
    • SITTING

      public static final NpcPose SITTING
    • ROARING

      public static final NpcPose ROARING
    • SNIFFING

      public static final NpcPose SNIFFING
    • EMERGING

      public static final NpcPose EMERGING
    • DIGGING

      public static final NpcPose DIGGING
  • Method Details

    • values

      public static NpcPose[] 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 NpcPose 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