Class RemoteArenaAddEvent
java.lang.Object
org.bukkit.event.Event
de.marcely.bedwars.api.event.remote.RemoteArenaAddEvent
Gets called when an arena from another server has been added to our local collection.
This event also gets called for all arenas that already existed, and not only for the newly created ones.
Keep in mind that this event is async.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetArena()
Gets the arena that has been added.static HandlerList
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
RemoteArenaAddEvent
-
-
Method Details
-
getArena
Gets the arena that has been added.- Returns:
- The involved arena
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-