Class BungeecordServer
java.lang.Object
com.gamersafer.minecraft.auth.bungeecord.abstraction.BungeecordServer
- All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.abstraction.IServer
public class BungeecordServer
extends Object
implements com.gamersafer.minecraft.auth.common.abstraction.IServer
-
Constructor Summary
ConstructorDescriptionBungeecordServer
(net.md_5.bungee.api.ProxyServer server, GSAuthBungeecord plugin) -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatchCommand
(com.gamersafer.minecraft.auth.common.abstraction.ISender sender, String command) com.gamersafer.minecraft.auth.common.abstraction.IConsole
Optional<com.gamersafer.minecraft.auth.common.abstraction.IPlayer>
Optional<com.gamersafer.minecraft.auth.common.abstraction.IPlayer>
List<com.gamersafer.minecraft.auth.common.abstraction.IPlayer>
-
Constructor Details
-
BungeecordServer
-
-
Method Details
-
getPlayers
- Specified by:
getPlayers
in interfacecom.gamersafer.minecraft.auth.common.abstraction.IServer
-
getPlayer
- Specified by:
getPlayer
in interfacecom.gamersafer.minecraft.auth.common.abstraction.IServer
-
getPlayer
- Specified by:
getPlayer
in interfacecom.gamersafer.minecraft.auth.common.abstraction.IServer
-
getConsole
public com.gamersafer.minecraft.auth.common.abstraction.IConsole getConsole()- Specified by:
getConsole
in interfacecom.gamersafer.minecraft.auth.common.abstraction.IServer
-
dispatchCommand
public void dispatchCommand(com.gamersafer.minecraft.auth.common.abstraction.ISender sender, String command) - Specified by:
dispatchCommand
in interfacecom.gamersafer.minecraft.auth.common.abstraction.IServer
-