| AbstractCommandAPICommand(String commandName) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | protected |
| AbstractCommandAPICommand(CommandMetaData< CommandSender > metaData) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | protected |
| CommandAPICommand(CommandMetaData< CommandSender > meta) (defined in dev.jorel.commandapi.CommandAPICommand) | dev.jorel.commandapi.CommandAPICommand | |
| CommandAPICommand(String commandName) (defined in dev.jorel.commandapi.CommandAPICommand) | dev.jorel.commandapi.CommandAPICommand | |
| executes(CommandExecutor executor, ExecutorType... types) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executes(CommandExecutionInfo executor, ExecutorType... types) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executes(ResultingCommandExecutor executor, ExecutorType... types) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executes(ResultingCommandExecutionInfo executor, ExecutorType... types) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesCommandBlock(CommandBlockCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesCommandBlock(CommandBlockExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesCommandBlock(CommandBlockResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesCommandBlock(CommandBlockResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesConsole(ConsoleCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesConsole(ConsoleExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesConsole(ConsoleResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesConsole(ConsoleResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesEntity(EntityCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesEntity(EntityExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesEntity(EntityResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesEntity(EntityResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesFeedbackForwarding(FeedbackForwardingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesFeedbackForwarding(FeedbackForwardingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesFeedbackForwarding(FeedbackForwardingResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesFeedbackForwarding(FeedbackForwardingResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesNative(NativeCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesNative(NativeExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesNative(NativeResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesNative(NativeResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesPlayer(PlayerCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesPlayer(PlayerExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesPlayer(PlayerResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesPlayer(PlayerResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesProxy(ProxyCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesProxy(ProxyExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesProxy(ProxyResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesProxy(ProxyResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesRemoteConsole(RemoteConsoleCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesRemoteConsole(RemoteConsoleExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesRemoteConsole(RemoteConsoleResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| executesRemoteConsole(RemoteConsoleResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
| getArguments() | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
| getSubcommands() | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
| instance() (defined in dev.jorel.commandapi.CommandAPICommand) | dev.jorel.commandapi.CommandAPICommand | |
| isConverted() | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
| newConcreteCommandAPICommand(CommandMetaData< CommandSender > metaData) (defined in dev.jorel.commandapi.CommandAPICommand) | dev.jorel.commandapi.CommandAPICommand | protected |
| register(String namespace) | dev.jorel.commandapi.CommandAPICommand | |
| register(JavaPlugin plugin) | dev.jorel.commandapi.CommandAPICommand | |
| setArguments(List< Argument > args) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
| setSubcommands(List< Impl > subcommands) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
| withArguments(List< Argument > args) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
| withArguments(Argument... args) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
| withHelp(HelpTopic helpTopic) | dev.jorel.commandapi.CommandAPICommand | |
| withOptionalArguments(List< Argument > args) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
| withOptionalArguments(Argument... args) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
| withSubcommand(Impl subcommand) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
| withSubcommands( @SuppressWarnings("unchecked") Impl... subcommands) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |