CommandAPI 12.1.0
An API for the command UI introduced in Minecraft 1.13
Loading...
Searching...
No Matches
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
clearExecutors()dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender >
CommandTree(String commandName)dev.jorel.commandapi.CommandTree
executes(CommandExecutor executor, ExecutorType... types)dev.jorel.commandapi.BukkitExecutable< CommandTree >
executesCommandBlock(CommandBlockCommandExecutor executor)dev.jorel.commandapi.BukkitExecutable< CommandTree >
executesConsole(ConsoleCommandExecutor executor)dev.jorel.commandapi.BukkitExecutable< CommandTree >
executesEntity(EntityCommandExecutor executor)dev.jorel.commandapi.BukkitExecutable< CommandTree >
executesFeedbackForwarding(FeedbackForwardingCommandExecutor executor)dev.jorel.commandapi.BukkitExecutable< CommandTree >
executesNative(NativeCommandExecutor executor)dev.jorel.commandapi.BukkitExecutable< CommandTree >
executesPlayer(PlayerCommandExecutor executor)dev.jorel.commandapi.BukkitExecutable< CommandTree >
executesProxy(ProxyCommandExecutor executor)dev.jorel.commandapi.BukkitExecutable< CommandTree >
executesRemoteConsole(RemoteConsoleCommandExecutor executor)dev.jorel.commandapi.BukkitExecutable< CommandTree >
executordev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender >protected
getAliases()dev.jorel.commandapi.AbstractCommandTree< CommandTree, Argument<?>, CommandSender >
getExecutor()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
metadev.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 >
setExecutor(CommandAPIExecutor< CommandSender, AbstractCommandSender<? extends CommandSender > > executor)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 >
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 >