Package top.focess.qq.core.commands
Class DebugCommand
- java.lang.Object
-
- top.focess.qq.api.command.Command
-
- top.focess.qq.core.commands.DebugCommand
-
public class DebugCommand extends Command
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class top.focess.qq.api.command.Command
Command.Executor
-
-
Constructor Summary
Constructors Constructor Description DebugCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()Used to initialize the command (the primary goal is to define the default executors)List<String>usage(CommandSender sender)Used to get help information when execute this command with wrong arguments or the executor returnsCommandResult.ARGS-
Methods inherited from class top.focess.qq.api.command.Command
addExecutor, execute, getAliases, getCommands, getExecutorPermission, getName, getPermission, getPlugin, infoUsage, isInitialize, isRegistered, register, setExecutorPermission, setPermission, unregister, unregister, unregisterAll
-
-
-
-
Method Detail
-
init
public void init()
Description copied from class:CommandUsed to initialize the command (the primary goal is to define the default executors)
-
usage
@NotNull public List<String> usage(CommandSender sender)
Description copied from class:CommandUsed to get help information when execute this command with wrong arguments or the executor returnsCommandResult.ARGS
-
-