Uses of Enum Class
com.andrei1058.bedwars.api.arena.GameState
-
Uses of GameState in com.andrei1058.bedwars.api.arena
Modifier and TypeMethodDescriptionIArena.getStatus()
Get arena status.static GameState
Returns the enum constant of this class with the specified name.static GameState[]
GameState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
IArena.changeStatus
(GameState status) Change game status starting tasks.void
Set game status without starting stats. -
Uses of GameState in com.andrei1058.bedwars.api.events.gameplay
Modifier and TypeMethodDescriptionGameStateChangeEvent.getNewState()
GameStateChangeEvent.getOldState()
ModifierConstructorDescriptionGameStateChangeEvent
(IArena a, GameState oldState, GameState newState) Called when the status of the game is changed.