Enum Class ArenaTime

java.lang.Object
java.lang.Enum<ArenaTime>
org.screamingsandals.bedwars.api.ArenaTime
All Implemented Interfaces:
Serializable, Comparable<ArenaTime>, Constable

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

    • WORLD

      public static final ArenaTime WORLD
    • DAY_BEGINNING

      public static final ArenaTime DAY_BEGINNING
    • DAY

      public static final ArenaTime DAY
    • NOON

      public static final ArenaTime NOON
    • SUNSET

      public static final ArenaTime SUNSET
    • NIGHT

      public static final ArenaTime NIGHT
    • MIDNIGHT

      public static final ArenaTime MIDNIGHT
    • SUNRISE

      public static final ArenaTime SUNRISE
  • Field Details

    • time

      public final int time
  • Method Details

    • values

      public static ArenaTime[] 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 ArenaTime 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
    • getTime

      public int getTime()
      Returns:
      time in ticks