Uses of Enum Class
com.andrei1058.bedwars.api.arena.GameState
Packages that use GameState
-
Uses of GameState in com.andrei1058.bedwars.api.arena
Methods in com.andrei1058.bedwars.api.arena that return GameStateModifier 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.Methods in com.andrei1058.bedwars.api.arena with parameters of type GameStateModifier 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
Methods in com.andrei1058.bedwars.api.events.gameplay that return GameStateModifier and TypeMethodDescriptionGameStateChangeEvent.getNewState()
GameStateChangeEvent.getOldState()
Constructors in com.andrei1058.bedwars.api.events.gameplay with parameters of type GameStateModifierConstructorDescriptionGameStateChangeEvent
(IArena a, GameState oldState, GameState newState) Called when the status of the game is changed.