Package | Description |
---|---|
com.codelanx.codelanxlib.command |
Modifier and Type | Method and Description |
---|---|
abstract CommandStatus |
SubCommand.execute(org.bukkit.command.CommandSender sender,
String... args)
Executes a relevant command grabbed from the
CommandHandler . |
CommandStatus |
ReloadCommand.execute(org.bukkit.command.CommandSender sender,
String... args)
Fires the
ReloadEvent and calls any relevant reload methods for
the Plugin instance passed |
CommandStatus |
HelpCommand.execute(org.bukkit.command.CommandSender sender,
String... args)
Displays help information about the various commands registered to and
available from the
CommandHandler instance that instantiated this
class. |
static CommandStatus |
CommandStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandStatus[] |
CommandStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.