Enum Class Time.Unit

java.lang.Object
java.lang.Enum<Time.Unit>
net.risingworld.api.objects.Time.Unit
All Implemented Interfaces:
Serializable, Comparable<Time.Unit>, Constable
Enclosing class:
Time

public static enum Time.Unit extends Enum<Time.Unit>
  • Enum Constant Details

    • Seconds

      public static final Time.Unit Seconds
    • Minutes

      public static final Time.Unit Minutes
    • Hours

      public static final Time.Unit Hours
    • Days

      public static final Time.Unit Days
    • Months

      public static final Time.Unit Months
    • Years

      public static final Time.Unit Years
  • Method Details

    • values

      public static Time.Unit[] 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 Time.Unit 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