Class GSRoomCommand
java.lang.Object
com.gamersafer.minecraft.auth.common.commands.ICommand
com.gamersafer.minecraft.auth.paper.command.GSRoomCommand
public class GSRoomCommand
extends com.gamersafer.minecraft.auth.common.commands.ICommand
-
Field Summary
Fields inherited from class com.gamersafer.minecraft.auth.common.commands.ICommand
core
-
Constructor Summary
ConstructorDescriptionGSRoomCommand
(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, com.gamersafer.minecraft.auth.common.abstraction.IServer server, com.gamersafer.minecraft.auth.common.onboarding.IOnboardingService onboardingService, com.gamersafer.minecraft.auth.common.service.IProfileService profileService, com.gamersafer.minecraft.auth.common.handler.ILoginHandlerFactory loginHandlerFactory) -
Method Summary
Methods inherited from class com.gamersafer.minecraft.auth.common.commands.ICommand
withPrefix
-
Constructor Details
-
GSRoomCommand
public GSRoomCommand(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, com.gamersafer.minecraft.auth.common.abstraction.IServer server, com.gamersafer.minecraft.auth.common.onboarding.IOnboardingService onboardingService, com.gamersafer.minecraft.auth.common.service.IProfileService profileService, com.gamersafer.minecraft.auth.common.handler.ILoginHandlerFactory loginHandlerFactory)
-
-
Method Details
-
getName
- Specified by:
getName
in classcom.gamersafer.minecraft.auth.common.commands.ICommand
-
getAliases
- Specified by:
getAliases
in classcom.gamersafer.minecraft.auth.common.commands.ICommand
-
getPermission
- Overrides:
getPermission
in classcom.gamersafer.minecraft.auth.common.commands.ICommand
-
execute
- Specified by:
execute
in classcom.gamersafer.minecraft.auth.common.commands.ICommand
-
complete
public List<String> complete(com.gamersafer.minecraft.auth.common.abstraction.ISender sender, String[] args) - Specified by:
complete
in classcom.gamersafer.minecraft.auth.common.commands.ICommand
-