Class ArenaCreateEvent
java.lang.Object
org.bukkit.event.Event
de.marcely.bedwars.api.event.arena.ArenaCreateEvent
- All Implemented Interfaces:
ArenaEvent
Gets called when a player or a plugin creates an arena
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerList
@Nullable CommandSender
Returns the person who created the arena.Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.marcely.bedwars.api.event.arena.ArenaEvent
getArena
-
Constructor Details
-
ArenaCreateEvent
-
-
Method Details
-
getSender
Returns the person who created the arena.- Returns:
- The person who created the arena. Can be null if not a player created it
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-