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 SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gamersafer.minecraft.auth.common.abstraction.IPluginonReload
- 
Constructor Details- 
GSAuthVelocitypublic GSAuthVelocity()
 
- 
- 
Method Details- 
onProxyInitializationpublic void onProxyInitialization(com.velocitypowered.api.event.proxy.ProxyInitializeEvent event) 
- 
onProxyShutdownpublic void onProxyShutdown(com.velocitypowered.api.event.proxy.ProxyShutdownEvent event) 
- 
disableCheckspublic void disableChecks()- Specified by:
- disableChecksin interface- com.gamersafer.minecraft.auth.common.abstraction.IPlugin
 
- 
enableCheckspublic void enableChecks()- Specified by:
- enableChecksin interface- com.gamersafer.minecraft.auth.common.abstraction.IPlugin
 
- 
wrapPlayerpublic <T> com.gamersafer.minecraft.auth.common.abstraction.IPlayer wrapPlayer(T player) - Specified by:
- wrapPlayerin interface- com.gamersafer.minecraft.auth.common.abstraction.IPlugin
 
- 
wrappublic <T> com.gamersafer.minecraft.auth.common.abstraction.ISender wrap(T sender) - Specified by:
- wrapin interface- com.gamersafer.minecraft.auth.common.abstraction.IPlugin
 
- 
getPlaceholderServicepublic com.gamersafer.minecraft.auth.common.placeholder.PlaceholderService getPlaceholderService()- Specified by:
- getPlaceholderServicein interface- com.gamersafer.minecraft.auth.common.abstraction.IPlugin
 
- 
getApipublic com.gamersafer.minecraft.auth.common.api.GSAuthApi getApi()
- 
getLoggerpublic org.slf4j.Logger getLogger()
 
-