Uses of Interface
de.marcely.bedwars.api.remote.RemoteServer
Packages that use RemoteServer
Package
Description
Events fired when events occur on a MBedwars
RemoteServer
.Classes used to manage other servers running MBedwars remotely.
Various helper classes that can be used to make life a lot easier.
-
Uses of RemoteServer in de.marcely.bedwars.api.event.remote
Methods in de.marcely.bedwars.api.event.remote that return RemoteServerModifier and TypeMethodDescriptionRemoteCustomMessageReceiveEvent.getSender()
Get the server that has sent this message.RemotePlayerJoinServerEvent.getServer()
Gets the server that he entered.RemotePlayerQuitServerEvent.getServer()
Gets the server that he left.RemoteServerConnectEvent.getServer()
Gets the server that has connected.RemoteServerDisconnectEvent.getServer()
Gets the server that has disconnected.Constructors in de.marcely.bedwars.api.event.remote with parameters of type RemoteServerModifierConstructorDescriptionRemoteCustomMessageReceiveEvent
(RemoteServer sender, String channel, byte[] payload) RemoteServerConnectEvent
(RemoteServer server) -
Uses of RemoteServer in de.marcely.bedwars.api.remote
Methods in de.marcely.bedwars.api.remote that return RemoteServerModifier and TypeMethodDescriptionRemoteAPI.getLocalServer()
Returns the local server.RemoteArena.getRemoteServer()
Gets the server on which the arena is being managed on.RemotePlayer.getServer()
Gets the server in which he's currently on.Methods in de.marcely.bedwars.api.remote that return types with arguments of type RemoteServerModifier and TypeMethodDescriptionCollection
<? extends RemoteServer> RemoteAPI.getServers()
Returns a collection of all known servers (including the local oneRemoteAPI.getLocalServer()
).Methods in de.marcely.bedwars.api.remote with parameters of type RemoteServerModifier and TypeMethodDescriptiondefault void
RemotePlayer.connectTo
(RemoteServer server) Makes the player connect with another server. -
Uses of RemoteServer in de.marcely.bedwars.tools
Methods in de.marcely.bedwars.tools with parameters of type RemoteServerModifier and TypeMethodDescriptionstatic CommandSenderWrapper
CommandSenderWrapper.wrapConsole
(RemoteServer server) Wraps the console of the given server.