Class PlatformCommandManager
java.lang.Object
com.sk89q.worldedit.extension.platform.PlatformCommandManager
Handles the registration and invocation of commands.
This class is primarily for internal usage.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.enginehub.piston.CommandManager
Get the command manager instance.void
handleCommand(CommandEvent event)
void
-
Field Details
-
COMMAND_CLEAN_PATTERN
-
-
Method Details
-
getExceptionConverter
-
handleCommand
-
handleCommandSuggestion
-
getCommandManager
public org.enginehub.piston.CommandManager getCommandManager()Get the command manager instance.- Returns:
- the command manager
-