CommandAPI 9.4.1
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.CommandTree Member List

This is the complete list of members for dev.jorel.commandapi.CommandTree, including all inherited members.

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 >
instance() (defined in dev.jorel.commandapi.CommandTree)dev.jorel.commandapi.CommandTree
register(String namespace)dev.jorel.commandapi.CommandTree
register(JavaPlugin plugin)dev.jorel.commandapi.CommandTree
then(final AbstractArgumentTree<?, Argument, CommandSender > tree)dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender >