Class ListCommand
java.lang.Object
org.geysermc.geyser.command.GeyserCommand
org.geysermc.geyser.command.defaults.ListCommand
-
Field Summary
Fields inherited from class org.geysermc.geyser.command.GeyserCommand
description, name, permission
-
Constructor Summary
ConstructorDescriptionListCommand(GeyserImpl geyser, String name, String description, String permission)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute(GeyserSession session, CommandSender sender, String[] args)
Methods inherited from class org.geysermc.geyser.command.GeyserCommand
getAliases, getDescription, getName, getPermission, getSubCommands, hasSubCommands, isBedrockOnly, isExecutableOnConsole, setAliases
-
Constructor Details
-
ListCommand
-
-
Method Details
-
execute
- Specified by:
execute
in classGeyserCommand
-