Class GeyserBungeeCommandManager
java.lang.Object
org.geysermc.geyser.command.CommandManager
org.geysermc.geyser.platform.bungeecord.command.GeyserBungeeCommandManager
-
Constructor Summary
Constructors -
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
-
GeyserBungeeCommandManager
-
-
Method Details
-
getDescription
Description copied from class:CommandManagerReturns the description of the given command- Specified by:
getDescriptionin classCommandManager- Parameters:
command- Command to get the description for- Returns:
- Command description
-