Uses of Enum
de.marcely.bedwars.api.arena.ArenaStatus
Package
Description
-
Uses of ArenaStatus in de.marcely.bedwars.api.arena
Modifier and TypeMethodDescriptionstatic @Nullable ArenaStatus
Returns the ArenaStatus which the corresponding idstatic @Nullable ArenaStatus
ArenaStatus.fromLegacyId
(int legacyId) Deprecated.Will be removed in the futureArena.getStatus()
Returns the current state of the arenastatic ArenaStatus
Returns the enum constant of this type with the specified name.static ArenaStatus[]
ArenaStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Arena.setStatus
(ArenaStatus status) Not only changes the status, but also does operations depending on the status. -
Uses of ArenaStatus in de.marcely.bedwars.api.event.arena
Modifier and TypeMethodDescriptionArenaStatusChangeEvent.getNewStatus()
Returns the new status status that should be set.ArenaStatusChangeEvent.getOldStatus()
Returns the current status.Modifier and TypeMethodDescriptionvoid
ArenaStatusChangeEvent.setNewStatus
(ArenaStatus status) Set the new status that should be set.ModifierConstructorDescriptionArenaStatusChangeEvent
(Arena arena, ArenaStatus before, ArenaStatus newStatus) -
Uses of ArenaStatus in de.marcely.bedwars.api.hook
Modifier and TypeMethodDescriptionCloudSystemHook.ServerInfoDto.getStatus()
Get the status that shall be displayed.ModifierConstructorDescriptionServerInfoDto
(Arena arena, ArenaStatus status, int activePlayers, int maxPlayers, @Nullable String extra) -
Uses of ArenaStatus in de.marcely.bedwars.api.remote