Enum Class TimeMode

java.lang.Object
java.lang.Enum<TimeMode>
zombie.entity.components.crafting.TimeMode
All Implemented Interfaces:
Serializable, Comparable<TimeMode>, Constable, IOEnum

@Deprecated public enum TimeMode extends Enum<TimeMode> implements IOEnum
Deprecated.
  • Enum Constant Details

    • Seconds

      public static final TimeMode Seconds
      Deprecated.
    • GameMinutes

      public static final TimeMode GameMinutes
      Deprecated.
  • Method Details

    • values

      public static TimeMode[] values()
      Deprecated.
      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 TimeMode valueOf(String name)
      Deprecated.
      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
    • getByteId

      public byte getByteId()
      Deprecated.
      Specified by:
      getByteId in interface IOEnum
    • fromByteId

      public static TimeMode fromByteId(byte byte0)
      Deprecated.
    • getBits

      public int getBits()
      Deprecated.
      Specified by:
      getBits in interface IOEnum