Class GSAuthBungeecord
java.lang.Object
net.md_5.bungee.api.plugin.Plugin
com.gamersafer.minecraft.auth.bungeecord.GSAuthBungeecord
- All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.abstraction.IPlugin
public class GSAuthBungeecord
extends net.md_5.bungee.api.plugin.Plugin
implements com.gamersafer.minecraft.auth.common.abstraction.IPlugin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
com.gamersafer.minecraft.auth.common.api.GSAuthApi
getApi()
getHostAddress
(SocketAddress socketAddress) com.gamersafer.minecraft.auth.common.placeholder.PlaceholderService
void
void
onEnable()
<T> com.gamersafer.minecraft.auth.common.abstraction.ISender
wrap
(T sender) <T> com.gamersafer.minecraft.auth.common.abstraction.IPlayer
wrapPlayer
(T player) Methods inherited from class net.md_5.bungee.api.plugin.Plugin
getDataFolder, getDescription, getExecutorService, getFile, getLogger, getProxy, getResourceAsStream, onLoad
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.gamersafer.minecraft.auth.common.abstraction.IPlugin
onReload
-
Constructor Details
-
GSAuthBungeecord
public GSAuthBungeecord()
-
-
Method Details
-
onEnable
public void onEnable()- Overrides:
onEnable
in classnet.md_5.bungee.api.plugin.Plugin
-
onDisable
public void onDisable()- Overrides:
onDisable
in classnet.md_5.bungee.api.plugin.Plugin
-
getHostAddress
-
disableChecks
public void disableChecks()- Specified by:
disableChecks
in interfacecom.gamersafer.minecraft.auth.common.abstraction.IPlugin
-
enableChecks
public void enableChecks()- Specified by:
enableChecks
in interfacecom.gamersafer.minecraft.auth.common.abstraction.IPlugin
-
wrapPlayer
public <T> com.gamersafer.minecraft.auth.common.abstraction.IPlayer wrapPlayer(T player) - Specified by:
wrapPlayer
in interfacecom.gamersafer.minecraft.auth.common.abstraction.IPlugin
-
wrap
public <T> com.gamersafer.minecraft.auth.common.abstraction.ISender wrap(T sender) - Specified by:
wrap
in interfacecom.gamersafer.minecraft.auth.common.abstraction.IPlugin
-
getPlaceholderService
public com.gamersafer.minecraft.auth.common.placeholder.PlaceholderService getPlaceholderService()- Specified by:
getPlaceholderService
in interfacecom.gamersafer.minecraft.auth.common.abstraction.IPlugin
-
getApi
public com.gamersafer.minecraft.auth.common.api.GSAuthApi getApi()
-