CommandAPI 9.4.1
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender > Member List

This is the complete list of members for dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >, including all inherited members.

AbstractArgument(String nodeName, ArgumentType<?> rawType)dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >protected
AbstractArgumentTree()dev.jorel.commandapi.AbstractArgumentTree< Impl, Argument, CommandSender >protected
AbstractArgumentTree(final Argument argument)dev.jorel.commandapi.AbstractArgumentTree< Impl, Argument, CommandSender >protected
clearExecutors() (defined in dev.jorel.commandapi.Executable< Impl, CommandSender >)dev.jorel.commandapi.Executable< Impl, CommandSender >
combineWith(Argument... combinedArguments)dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
copyPermissionsAndRequirements(Argument argument)dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
executor (defined in dev.jorel.commandapi.Executable< Impl, CommandSender >)dev.jorel.commandapi.Executable< Impl, CommandSender >protected
getArgumentPermission()dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
getArgumentType()dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
getCombinedArguments()dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
getEntityNames(Object argument)dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
getExecutor() (defined in dev.jorel.commandapi.Executable< Impl, CommandSender >)dev.jorel.commandapi.Executable< Impl, CommandSender >
getHelpString() (defined in dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >)dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
getIncludedSuggestions()dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
getNodeName()dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
getOverriddenSuggestions()dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
getPrimitiveType()dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
getRawType()dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
getRequirements()dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
hasCombinedArguments()dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
includeSuggestions(ArgumentSuggestions< CommandSender > suggestions)dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
instance()dev.jorel.commandapi.ChainableBuilder< Impl >
isListed()dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
isOptional()dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
parseArgument(CommandContext< Source > cmdCtx, String key, CommandArguments previousArgs)dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
replaceSuggestions(ArgumentSuggestions< CommandSender > suggestions)dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
setExecutor(CommandAPIExecutor< CommandSender, AbstractCommandSender<? extends CommandSender > > executor) (defined in dev.jorel.commandapi.Executable< Impl, CommandSender >)dev.jorel.commandapi.Executable< Impl, CommandSender >
setListed(boolean listed)dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
setOptional(boolean optional)dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
then(final AbstractArgumentTree<?, Argument, CommandSender > tree)dev.jorel.commandapi.AbstractArgumentTree< Impl, Argument, CommandSender >
toString() (defined in dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >)dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
withPermission(CommandPermission permission)dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
withPermission(String permission)dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >
withRequirement(Predicate< CommandSender > requirement)dev.jorel.commandapi.arguments.AbstractArgument< T, Impl, Argument, CommandSender >