Enum Class EarsStateType

java.lang.Object
java.lang.Enum<EarsStateType>
com.unascribed.ears.api.EarsStateType
All Implemented Interfaces:
Serializable, Comparable<EarsStateType>, Constable

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

    • CREATIVE_FLYING

      public static final EarsStateType CREATIVE_FLYING
    • GLIDING

      public static final EarsStateType GLIDING
    • WEARING_ELYTRA

      public static final EarsStateType WEARING_ELYTRA
    • WEARING_HELMET

      public static final EarsStateType WEARING_HELMET
    • WEARING_CHESTPLATE

      public static final EarsStateType WEARING_CHESTPLATE
    • WEARING_LEGGINGS

      public static final EarsStateType WEARING_LEGGINGS
    • WEARING_BOOTS

      public static final EarsStateType WEARING_BOOTS
  • Method Details

    • values

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