Uses of Interface
baritone.api.command.argument.ICommandArgument
Packages that use ICommandArgument
Package
Description
-
Uses of ICommandArgument in baritone.api.command.argparser
Methods in baritone.api.command.argparser with parameters of type ICommandArgumentModifier and TypeMethodDescriptionIArgParser.Stated.parseArg(ICommandArgument arg, S state) IArgParser.Stateless.parseArg(ICommandArgument arg) <T,S> T IArgParserManager.parseStated(Class<T> type, Class<S> stateKlass, ICommandArgument arg, S state) Attempt to parse the specified argument with a statedIArgParserthat outputs the specified class.<T> TIArgParserManager.parseStateless(Class<T> type, ICommandArgument arg) Attempt to parse the specified argument with a statelessIArgParserthat outputs the specified class. -
Uses of ICommandArgument in baritone.api.command.argument
Methods in baritone.api.command.argument that return ICommandArgumentModifier and TypeMethodDescriptionIArgConsumer.consumed()IArgConsumer.get()Gets the next argument and returns it.IArgConsumer.peek()IArgConsumer.peek(int index) Methods in baritone.api.command.argument that return types with arguments of type ICommandArgument -
Uses of ICommandArgument in baritone.api.command.exception
Fields in baritone.api.command.exception declared as ICommandArgumentMethod parameters in baritone.api.command.exception with type arguments of type ICommandArgumentModifier and TypeMethodDescriptionvoidCommandNotFoundException.handle(ICommand command, List<ICommandArgument> args) voidCommandUnhandledException.handle(ICommand command, List<ICommandArgument> args) default voidICommandException.handle(ICommand command, List<ICommandArgument> args) Called when this exception is thrown, to handle the exception.Constructors in baritone.api.command.exception with parameters of type ICommandArgumentModifierConstructorDescriptionprotectedCommandInvalidArgumentException(ICommandArgument arg, String message) protectedCommandInvalidArgumentException(ICommandArgument arg, String message, Throwable cause) CommandInvalidTypeException(ICommandArgument arg, String expected) CommandInvalidTypeException(ICommandArgument arg, String expected, String got) CommandInvalidTypeException(ICommandArgument arg, String expected, String got, Throwable cause) CommandInvalidTypeException(ICommandArgument arg, String expected, Throwable cause) -
Uses of ICommandArgument in baritone.api.command.manager
Method parameters in baritone.api.command.manager with type arguments of type ICommandArgumentModifier and TypeMethodDescriptionbooleanICommandManager.execute(net.minecraft.util.Tuple<String, List<ICommandArgument>> expanded) ICommandManager.tabComplete(net.minecraft.util.Tuple<String, List<ICommandArgument>> expanded)