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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcom.gamersafer.minecraft.auth.common.api.GSAuthApigetApi()getHostAddress(SocketAddress socketAddress) com.gamersafer.minecraft.auth.common.placeholder.PlaceholderServicevoidvoidonEnable()<T> com.gamersafer.minecraft.auth.common.abstraction.ISenderwrap(T sender) <T> com.gamersafer.minecraft.auth.common.abstraction.IPlayerwrapPlayer(T player) Methods inherited from class net.md_5.bungee.api.plugin.Plugin
getDataFolder, getDescription, getExecutorService, getFile, getLogger, getProxy, getResourceAsStream, onLoadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gamersafer.minecraft.auth.common.abstraction.IPlugin
onReload
-
Constructor Details
-
GSAuthBungeecord
public GSAuthBungeecord()
-
-
Method Details
-
onEnable
public void onEnable()- Overrides:
onEnablein classnet.md_5.bungee.api.plugin.Plugin
-
onDisable
public void onDisable()- Overrides:
onDisablein classnet.md_5.bungee.api.plugin.Plugin
-
getHostAddress
-
disableChecks
public void disableChecks()- Specified by:
disableChecksin interfacecom.gamersafer.minecraft.auth.common.abstraction.IPlugin
-
enableChecks
public void enableChecks()- Specified by:
enableChecksin interfacecom.gamersafer.minecraft.auth.common.abstraction.IPlugin
-
wrapPlayer
public <T> com.gamersafer.minecraft.auth.common.abstraction.IPlayer wrapPlayer(T player) - Specified by:
wrapPlayerin interfacecom.gamersafer.minecraft.auth.common.abstraction.IPlugin
-
wrap
public <T> com.gamersafer.minecraft.auth.common.abstraction.ISender wrap(T sender) - Specified by:
wrapin interfacecom.gamersafer.minecraft.auth.common.abstraction.IPlugin
-
getPlaceholderService
public com.gamersafer.minecraft.auth.common.placeholder.PlaceholderService getPlaceholderService()- Specified by:
getPlaceholderServicein interfacecom.gamersafer.minecraft.auth.common.abstraction.IPlugin
-
getApi
public com.gamersafer.minecraft.auth.common.api.GSAuthApi getApi()
-