AbstractCommandTree(final String commandName) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | protected |
CommandTree(String commandName) | dev.jorel.commandapi.CommandTree | |
executes(CommandExecutor executor, ExecutorType... types) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executes(CommandExecutionInfo executor, ExecutorType... types) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executes(ResultingCommandExecutor executor, ExecutorType... types) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executes(ResultingCommandExecutionInfo executor, ExecutorType... types) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesCommandBlock(CommandBlockCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesCommandBlock(CommandBlockExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesCommandBlock(CommandBlockResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesCommandBlock(CommandBlockResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesConsole(ConsoleCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesConsole(ConsoleExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesConsole(ConsoleResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesConsole(ConsoleResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesEntity(EntityCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesEntity(EntityExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesEntity(EntityResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesEntity(EntityResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesFeedbackForwarding(FeedbackForwardingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesFeedbackForwarding(FeedbackForwardingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesFeedbackForwarding(FeedbackForwardingResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesFeedbackForwarding(FeedbackForwardingResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesNative(NativeCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesNative(NativeExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesNative(NativeResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesNative(NativeResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesPlayer(PlayerCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesPlayer(PlayerExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesPlayer(PlayerResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesPlayer(PlayerResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesProxy(ProxyCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesProxy(ProxyExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesProxy(ProxyResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesProxy(ProxyResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesRemoteConsole(RemoteConsoleCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesRemoteConsole(RemoteConsoleExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesRemoteConsole(RemoteConsoleResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
executesRemoteConsole(RemoteConsoleResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandTree > | |
getAliases() | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
getFullDescription() | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
getName() | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
getPermission() | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
getRequirements() | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
getShortDescription() | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
getUsage() | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
instance() (defined in dev.jorel.commandapi.CommandTree) | dev.jorel.commandapi.CommandTree | |
meta | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | protected |
override() | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
register(String namespace) | dev.jorel.commandapi.CommandTree | |
register(JavaPlugin plugin) | dev.jorel.commandapi.CommandTree | |
dev::jorel::commandapi::AbstractCommandTree< CommandTree, Argument<?>, CommandSender >.register() | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
setAliases(String[] aliases) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
setPermission(CommandPermission permission) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
setRequirements(Predicate< CommandSender > requirements) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
then(final AbstractArgumentTree<?, Argument, CommandSender > tree) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
thenNested(List< AbstractArgumentTree<?, Argument, CommandSender > > trees) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
thenNested(final AbstractArgumentTree<?, Argument, CommandSender >... trees) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
withAliases(String... aliases) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
withFullDescription(String description) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
withHelp(String shortDescription, String fullDescription) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
withoutPermission(CommandPermission permission) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
withoutPermission(String permission) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
withPermission(CommandPermission permission) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
withPermission(String permission) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
withRequirement(Predicate< CommandSender > requirement) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
withShortDescription(String description) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |
withUsage(String... usage) | dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender > | |