Uses of Class
dev.jorel.commandapi.AbstractArgumentTree
Packages that use AbstractArgumentTree
Package
Description
Classes to be used as arguments for commands
-
Uses of AbstractArgumentTree in dev.jorel.commandapi
Classes in dev.jorel.commandapi with type parameters of type AbstractArgumentTreeModifier and TypeClassDescriptionclassAbstractArgumentTree<Impl extends AbstractArgumentTree<Impl,Argument, CommandSender>, Argument extends AbstractArgument<?, ?, Argument, CommandSender>, CommandSender> This is a base class for arguments, allowing them to behave as tree nodes in aAbstractCommandTreeMethods in dev.jorel.commandapi with parameters of type AbstractArgumentTreeModifier and TypeMethodDescriptionAbstractArgumentTree.then(AbstractArgumentTree<?, Argument, CommandSender> tree) Create a child branch on this nodeAbstractCommandTree.then(AbstractArgumentTree<?, Argument, CommandSender> tree) Create a child branch on the treefinal ImplAbstractArgumentTree.thenNested(AbstractArgumentTree<?, Argument, CommandSender>... trees) Creates a chain of child branches starting at this nodefinal ImplAbstractCommandTree.thenNested(AbstractArgumentTree<?, Argument, CommandSender>... trees) Creates a chain of child branches starting at this nodeMethod parameters in dev.jorel.commandapi with type arguments of type AbstractArgumentTreeModifier and TypeMethodDescriptionfinal ImplAbstractArgumentTree.thenNested(List<AbstractArgumentTree<?, Argument, CommandSender>> trees) Creates a chain of child branches starting at this nodefinal ImplAbstractCommandTree.thenNested(List<AbstractArgumentTree<?, Argument, CommandSender>> trees) Creates a chain of child branches starting at this node -
Uses of AbstractArgumentTree in dev.jorel.commandapi.arguments
Subclasses of AbstractArgumentTree in dev.jorel.commandapi.argumentsModifier and TypeClassDescriptionclassAbstractArgument<T,Impl extends AbstractArgument<T, Impl, Argument, CommandSender>, Argument extends AbstractArgument<?, ?, Argument, CommandSender>, CommandSender> The core abstract class for Command API arguments