Class DumpCommand
java.lang.Object
org.geysermc.geyser.command.GeyserCommand
org.geysermc.geyser.command.defaults.DumpCommand
-
Field Summary
Fields inherited from class org.geysermc.geyser.command.GeyserCommand
description, name, permission
-
Constructor Summary
ConstructorDescriptionDumpCommand(GeyserImpl geyser, String name, String description, String permission)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute(GeyserSession session, CommandSender sender, String[] args)
Used in the GUI to know what subcommands can be runMethods inherited from class org.geysermc.geyser.command.GeyserCommand
getAliases, getDescription, getName, getPermission, hasSubCommands, isBedrockOnly, isExecutableOnConsole, setAliases
-
Constructor Details
-
DumpCommand
-
-
Method Details
-
execute
- Specified by:
execute
in classGeyserCommand
-
getSubCommands
Description copied from class:GeyserCommand
Used in the GUI to know what subcommands can be run- Overrides:
getSubCommands
in classGeyserCommand
- Returns:
- a list of all possible subcommands, or empty if none.
-