Class VelocityCommandRegistry
java.lang.Object
com.gamersafer.minecraft.auth.common.commands.CommandRegistry
com.gamersafer.minecraft.auth.velocity.command.VelocityCommandRegistry
public class VelocityCommandRegistry
extends com.gamersafer.minecraft.auth.common.commands.CommandRegistry
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.gamersafer.minecraft.auth.common.commands.CommandRegistry
api, commands, commandsAliases, config, core, loginHandlerFactory, onboardingService, permAdapter, playerStorage, profileService, reportLogManager
-
Constructor Summary
ConstructorDescriptionVelocityCommandRegistry
(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, com.velocitypowered.api.proxy.ProxyServer server, GSAuthVelocity plugin, com.gamersafer.minecraft.auth.common.api.GSAuthApi api, com.gamersafer.minecraft.auth.common.handler.ILoginHandlerFactory loginHandlerFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
registerCommand
(com.gamersafer.minecraft.auth.common.commands.ICommand cmd) Methods inherited from class com.gamersafer.minecraft.auth.common.commands.CommandRegistry
getCommands, registerCommands
-
Constructor Details
-
VelocityCommandRegistry
public VelocityCommandRegistry(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, com.velocitypowered.api.proxy.ProxyServer server, GSAuthVelocity plugin, com.gamersafer.minecraft.auth.common.api.GSAuthApi api, com.gamersafer.minecraft.auth.common.handler.ILoginHandlerFactory loginHandlerFactory)
-
-
Method Details
-
registerCommand
protected void registerCommand(com.gamersafer.minecraft.auth.common.commands.ICommand cmd) - Specified by:
registerCommand
in classcom.gamersafer.minecraft.auth.common.commands.CommandRegistry
-