Uses of Enum Class
com.andrei1058.bedwars.api.arena.NextEvent
-
Uses of NextEvent in com.andrei1058.bedwars.api.arena
Modifier and TypeMethodDescriptionIArena.getNextEvent()
Get next event.static NextEvent
Returns the enum constant of this class with the specified name.static NextEvent[]
NextEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
IArena.setNextEvent
(NextEvent nextEvent) Set next event for the arena. -
Uses of NextEvent in com.andrei1058.bedwars.api.events.gameplay
Modifier and TypeMethodDescriptionNextEventChangeEvent.getNewEvent()
Get the event that is coming.NextEventChangeEvent.getOldEvent()
Get the event that happened in this moment.ModifierConstructorDescriptionNextEventChangeEvent
(IArena arena, NextEvent newEvent, NextEvent oldEvent)