Uses of Enum Class
game.State.Status
Packages that use State.Status
-
Uses of State.Status in game
Subclasses with type arguments of type State.Status in gameMethods in game that return State.StatusModifier and TypeMethodDescriptionState.getStatus()
Returns the status of the game.static State.Status
Returns the enum constant of this class with the specified name.static State.Status[]
State.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.