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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
com.gamersafer.minecraft.auth.common.api.GSAuthApi
getApi()
org.slf4j.Logger
com.gamersafer.minecraft.auth.common.placeholder.PlaceholderService
void
onProxyInitialization
(com.velocitypowered.api.event.proxy.ProxyInitializeEvent event) void
onProxyShutdown
(com.velocitypowered.api.event.proxy.ProxyShutdownEvent event) <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 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
-
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:
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() -
getLogger
public org.slf4j.Logger getLogger()
-