Package top.focess.qq.core.commands
Class ReloadCommand
- java.lang.Object
-
- top.focess.qq.api.command.Command
-
- top.focess.qq.core.commands.ReloadCommand
-
public class ReloadCommand extends Command
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class top.focess.qq.api.command.Command
Command.Executor
-
-
Constructor Summary
Constructors Constructor Description ReloadCommand()
-
Method Summary
All Methods Static 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)static booleanreloadPlugin(Plugin plugin)voidusage(CommandSender sender, IOHandler ioHandler)Used to print 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, isInitialize, isRegistered, register, setExecutorPermission, setPermission, setPermission, unregister, unregister, unregisterAll
-
-
-
-
Method Detail
-
reloadPlugin
public static boolean reloadPlugin(Plugin plugin)
-
init
public void init()
Description copied from class:CommandUsed to initialize the command (the primary goal is to define the default executors)
-
usage
public void usage(CommandSender sender, IOHandler ioHandler)
Description copied from class:CommandUsed to print help information when execute this command with wrong arguments or the executor returnsCommandResult.ARGS
-
-