Class RemoteServerConnectEvent
java.lang.Object
org.bukkit.event.Event
de.marcely.bedwars.api.event.remote.RemoteServerConnectEvent
Gets called whenever we successfully connected with 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
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
RemoteServerConnectEvent
-
-
Method Details
-
getServer
Gets the server that has connected.- Returns:
- The involved server
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-