Class RemotePlayerJoinArenaEvent
java.lang.Object
org.bukkit.event.Event
de.marcely.bedwars.api.event.remote.RemotePlayerJoinArenaEvent
A player joined an arena that is located on another server.
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()
The arena he has joined.static HandlerList
The player that joined it.Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
RemotePlayerJoinArenaEvent
-
-
Method Details
-
getPlayer
The player that joined it.- Returns:
- The involved player
-
getArena
The arena he has joined.- Returns:
- The involved arena
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-