Class GeyserSpigotCommandManager
java.lang.Object
org.geysermc.geyser.command.CommandManager
org.geysermc.geyser.platform.spigot.command.GeyserSpigotCommandManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDescription(String command)
Returns the description of the given commandMethods inherited from class org.geysermc.geyser.command.CommandManager
getCommandNames, getCommands, registerCommand, runCommand
-
Constructor Details
-
GeyserSpigotCommandManager
-
-
Method Details
-
getDescription
Description copied from class:CommandManager
Returns the description of the given command- Specified by:
getDescription
in classCommandManager
- Parameters:
command
- Command to get the description for- Returns:
- Command description
-