Class NextEventChangeEvent
java.lang.Object
org.bukkit.event.Event
com.andrei1058.bedwars.api.events.gameplay.NextEventChangeEvent
public class NextEventChangeEvent
extends org.bukkit.event.Event
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.Eventorg.bukkit.event.Event.Result
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetArena()Get the arena where happened.static org.bukkit.event.HandlerListorg.bukkit.event.HandlerListGet the event that is coming.Get the event that happened in this moment.Methods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details- 
NextEventChangeEvent
 
- 
- 
Method Details- 
getArenaGet the arena where happened.- Returns:
- the arena where happened.
 
- 
getNewEventGet the event that is coming.- Returns:
- upcoming event.
 
- 
getOldEventGet the event that happened in this moment.- Returns:
- the event that just happened.
 
- 
getHandlerspublic org.bukkit.event.HandlerList getHandlers()- Specified by:
- getHandlersin class- org.bukkit.event.Event
 
- 
getHandlerListpublic static org.bukkit.event.HandlerList getHandlerList()
 
-