Class HelpCommand
java.lang.Object
org.geysermc.connector.command.GeyserCommand
org.geysermc.connector.command.defaults.HelpCommand
-
Field Summary
Fields inherited from class org.geysermc.connector.command.GeyserCommand
description, name, permission -
Constructor Summary
ConstructorsConstructorDescriptionHelpCommand(GeyserConnector connector, String name, String description, String permission) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(GeyserSession session, CommandSender sender, String[] args)Methods inherited from class org.geysermc.connector.command.GeyserCommand
getSubCommands, hasSubCommands, isBedrockOnly, isExecutableOnConsole
-
Constructor Details
-
HelpCommand
-
-
Method Details
-
execute
- Specified by:
executein classGeyserCommand
-