Enum Class GameTime

java.lang.Object
java.lang.Enum<GameTime>
xericker.arenalegends.core.game.contract.game.GameTime
All Implemented Interfaces:
Serializable, Comparable<GameTime>, Constable

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

    • ELAPSED

      public static final GameTime ELAPSED
    • UNTIL_START

      public static final GameTime UNTIL_START
    • GAME_END

      public static final GameTime GAME_END
    • PREP_END

      public static final GameTime PREP_END
    • FIGHT_CAGE_END

      public static final GameTime FIGHT_CAGE_END
    • FIGHT_RING_START

      public static final GameTime FIGHT_RING_START
    • FIGHT_RING_DECREASE

      public static final GameTime FIGHT_RING_DECREASE
  • Method Details

    • values

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