Uses of Enum Class
com.andrei1058.bedwars.api.arena.NextEvent
Packages that use NextEvent
-
Uses of NextEvent in com.andrei1058.bedwars.api.arena
Methods in com.andrei1058.bedwars.api.arena that return NextEventModifier 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.Methods in com.andrei1058.bedwars.api.arena with parameters of type NextEventModifier and TypeMethodDescriptionvoid
IArena.setNextEvent
(NextEvent nextEvent) Set next event for the arena. -
Uses of NextEvent in com.andrei1058.bedwars.api.events.gameplay
Methods in com.andrei1058.bedwars.api.events.gameplay that return NextEventModifier and TypeMethodDescriptionNextEventChangeEvent.getNewEvent()
Get the event that is coming.NextEventChangeEvent.getOldEvent()
Get the event that happened in this moment.Constructors in com.andrei1058.bedwars.api.events.gameplay with parameters of type NextEventModifierConstructorDescriptionNextEventChangeEvent
(IArena arena, NextEvent newEvent, NextEvent oldEvent)