Enum Class HorseStyle

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

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

    • NONE

      public static final HorseStyle NONE
    • WHITE

      public static final HorseStyle WHITE
    • WHITEFIELD

      public static final HorseStyle WHITEFIELD
    • WHITE_DOTS

      public static final HorseStyle WHITE_DOTS
    • BLACK_DOTS

      public static final HorseStyle BLACK_DOTS
  • Method Details

    • values

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