Class GSAuthVelocity
java.lang.Object
com.gamersafer.minecraft.auth.velocity.GSAuthVelocity
- All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.abstraction.IPlugin
public class GSAuthVelocity
extends Object
implements com.gamersafer.minecraft.auth.common.abstraction.IPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcom.gamersafer.minecraft.auth.common.api.GSAuthApigetApi()org.slf4j.Loggercom.gamersafer.minecraft.auth.common.placeholder.PlaceholderServicevoidonProxyInitialization(com.velocitypowered.api.event.proxy.ProxyInitializeEvent event) voidonProxyShutdown(com.velocitypowered.api.event.proxy.ProxyShutdownEvent event) <T> com.gamersafer.minecraft.auth.common.abstraction.ISenderwrap(T sender) <T> com.gamersafer.minecraft.auth.common.abstraction.IPlayerwrapPlayer(T player) Methods 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
-
GSAuthVelocity
public GSAuthVelocity()
-
-
Method Details
-
onProxyInitialization
public void onProxyInitialization(com.velocitypowered.api.event.proxy.ProxyInitializeEvent event) -
onProxyShutdown
public void onProxyShutdown(com.velocitypowered.api.event.proxy.ProxyShutdownEvent event) -
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() -
getLogger
public org.slf4j.Logger getLogger()
-