CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
Loading...
Searching...
No Matches
dev.jorel.commandapi.arguments.TextArgument Member List

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

Argument(String nodeName, ArgumentType<?> rawType)dev.jorel.commandapi.arguments.Argument< String >protected
combineWith(Argument... combinedArguments)dev.jorel.commandapi.arguments.Argument< String >
copyPermissionsAndRequirements(Argument argument)dev.jorel.commandapi.arguments.Argument< String >
executes(CommandExecutor executor, ExecutorType... types)dev.jorel.commandapi.arguments.Argument< String >
executes(CommandExecutionInfo executor, ExecutorType... types)dev.jorel.commandapi.arguments.Argument< String >
executes(ResultingCommandExecutor executor, ExecutorType... types)dev.jorel.commandapi.arguments.Argument< String >
executes(ResultingCommandExecutionInfo executor, ExecutorType... types)dev.jorel.commandapi.arguments.Argument< String >
executesCommandBlock(CommandBlockCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesCommandBlock(CommandBlockExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
executesCommandBlock(CommandBlockResultingCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesCommandBlock(CommandBlockResultingExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
executesConsole(ConsoleCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesConsole(ConsoleExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
executesConsole(ConsoleResultingCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesConsole(ConsoleResultingExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
executesEntity(EntityCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesEntity(EntityExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
executesEntity(EntityResultingCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesEntity(EntityResultingExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
executesFeedbackForwarding(FeedbackForwardingCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesFeedbackForwarding(FeedbackForwardingExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
executesFeedbackForwarding(FeedbackForwardingResultingCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesFeedbackForwarding(FeedbackForwardingResultingExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
executesNative(NativeCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesNative(NativeExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
executesNative(NativeResultingCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesNative(NativeResultingExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
executesPlayer(PlayerCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesPlayer(PlayerExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
executesPlayer(PlayerResultingCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesPlayer(PlayerResultingExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
executesProxy(ProxyCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesProxy(ProxyExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
executesProxy(ProxyResultingCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesProxy(ProxyResultingExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
executesRemoteConsole(RemoteConsoleCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesRemoteConsole(RemoteConsoleExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
executesRemoteConsole(RemoteConsoleResultingCommandExecutor executor)dev.jorel.commandapi.arguments.Argument< String >
executesRemoteConsole(RemoteConsoleResultingExecutionInfo info)dev.jorel.commandapi.arguments.Argument< String >
getArgumentPermission()dev.jorel.commandapi.arguments.Argument< String >
getArgumentType() (defined in dev.jorel.commandapi.arguments.TextArgument)dev.jorel.commandapi.arguments.TextArgument
getCombinedArguments()dev.jorel.commandapi.arguments.Argument< String >
getEntityNames(Object argument)dev.jorel.commandapi.arguments.Argument< String >
getIncludedSuggestions()dev.jorel.commandapi.arguments.Argument< String >
getNodeName()dev.jorel.commandapi.arguments.Argument< String >
getOverriddenSuggestions()dev.jorel.commandapi.arguments.Argument< String >
getPrimitiveType() (defined in dev.jorel.commandapi.arguments.TextArgument)dev.jorel.commandapi.arguments.TextArgument
getRawType()dev.jorel.commandapi.arguments.Argument< String >
getRequirements()dev.jorel.commandapi.arguments.Argument< String >
hasCombinedArguments()dev.jorel.commandapi.arguments.Argument< String >
includeSuggestions(ArgumentSuggestions< CommandSender > suggestions)dev.jorel.commandapi.arguments.Argument< String >
instance()dev.jorel.commandapi.arguments.Argument< String >
isListed()dev.jorel.commandapi.arguments.Argument< String >
isOptional()dev.jorel.commandapi.arguments.Argument< String >
replaceSuggestions(ArgumentSuggestions< CommandSender > suggestions)dev.jorel.commandapi.arguments.Argument< String >
setListed(boolean listed)dev.jorel.commandapi.arguments.Argument< String >
setOptional(boolean optional)dev.jorel.commandapi.arguments.Argument< String >
TextArgument(String nodeName)dev.jorel.commandapi.arguments.TextArgument
then(final AbstractArgumentTree<?, Argument, CommandSender > tree)dev.jorel.commandapi.arguments.Argument< String >
thenNested(List< AbstractArgumentTree<?, Argument, CommandSender > > trees)dev.jorel.commandapi.arguments.Argument< String >
thenNested(final AbstractArgumentTree<?, Argument, CommandSender >... trees)dev.jorel.commandapi.arguments.Argument< String >
withPermission(CommandPermission permission)dev.jorel.commandapi.arguments.Argument< String >
withPermission(String permission)dev.jorel.commandapi.arguments.Argument< String >
withRequirement(Predicate< CommandSender > requirement)dev.jorel.commandapi.arguments.Argument< String >