Class ArenaLobbyCountdownCancelEvent
java.lang.Object
org.bukkit.event.Event
de.marcely.bedwars.api.event.arena.ArenaLobbyCountdownCancelEvent
- All Implemented Interfaces:
ArenaEvent, Cancellable
Gets called when a running lobby countdown is cancelled
This can happen when players leave and there's now less than the
required min players (Arena.getMinPlayers()).
-
Nested Class Summary
Nested classes/interfaces inherited from class Event
Event.Result -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArena()Returns theArenathat is involved in this event.static HandlerListMethods inherited from class Event
getEventName, isAsynchronousMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Cancellable
isCancelled, setCancelled
-
Constructor Details
-
ArenaLobbyCountdownCancelEvent
-
-
Method Details
-
getArena
Description copied from interface:ArenaEventReturns theArenathat is involved in this event.- Specified by:
getArenain interfaceArenaEvent- Returns:
- The arena that is involved
-
getHandlers
- Specified by:
getHandlersin classEvent
-
getHandlerList
-