Class VelocityBackendServerCommunicator
java.lang.Object
com.gamersafer.minecraft.auth.velocity.platform.VelocityBackendServerCommunicator
- All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator
public class VelocityBackendServerCommunicator
extends Object
implements com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator
com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator.Message -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.velocitypowered.api.proxy.messages.MinecraftChannelIdentifierFields inherited from interface com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator
CHANNEL, NAMESPACE -
Constructor Summary
ConstructorsConstructorDescriptionVelocityBackendServerCommunicator(com.velocitypowered.api.proxy.ProxyServer server, com.gamersafer.minecraft.auth.common.abstraction.ILogger logger, com.gamersafer.minecraft.auth.common.configuration.ProxyLanguageConfiguration lang) -
Method Summary
Modifier and TypeMethodDescriptionvoidhideQR(com.gamersafer.minecraft.auth.common.shared.model.api.UserIdentity user) voidsendAuthStatus(com.gamersafer.minecraft.auth.common.shared.model.api.UserIdentity user, com.gamersafer.minecraft.auth.common.shared.messages.GSAuthUserAuthenticationStatus message) voidsendDisabled(boolean disabled) voidsendDisabled(String servername, boolean disabled) voidvoidsendRequiredStatus(com.gamersafer.minecraft.auth.common.shared.model.api.UserIdentity user, boolean requiredSet)
-
Field Details
-
IDENTIFIER
public static final com.velocitypowered.api.proxy.messages.MinecraftChannelIdentifier IDENTIFIER
-
-
Constructor Details
-
VelocityBackendServerCommunicator
public VelocityBackendServerCommunicator(com.velocitypowered.api.proxy.ProxyServer server, com.gamersafer.minecraft.auth.common.abstraction.ILogger logger, com.gamersafer.minecraft.auth.common.configuration.ProxyLanguageConfiguration lang)
-
-
Method Details
-
sendDisabled
public void sendDisabled(boolean disabled) - Specified by:
sendDisabledin interfacecom.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator
-
sendDisabled
- Specified by:
sendDisabledin interfacecom.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator