Uses of Class
baritone.api.command.exception.CommandInvalidTypeException
Packages that use CommandInvalidTypeException
-
Uses of CommandInvalidTypeException in baritone.api.command.argparser
Methods in baritone.api.command.argparser that throw CommandInvalidTypeExceptionModifier and TypeMethodDescription<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 CommandInvalidTypeException in baritone.api.command.argument
Methods in baritone.api.command.argument that throw CommandInvalidTypeExceptionModifier and TypeMethodDescription<T> TTries to use a statelessIArgParserto parse the next argument into the specified class<T> TTries to use a statelessIArgParserto parse this argument into the specified class<T,S> T Tries to use a statedIArgParserto parse this argument into the specified class<T,D extends IDatatypeFor<T>>
TIArgConsumer.getDatatypeFor(D datatype) <T,O, D extends IDatatypePost<T, O>>
TIArgConsumer.getDatatypePost(D datatype, O original) <E extends Enum<?>>
EGets an enum value from the enum class with the same name as the next argument's value<E extends Enum<?>>
EGets an enum value from the enum class with the same name as this argument's value<T> TTries to use a statelessIArgParserto parse the next argument into the specified class<T> TTries to use a statelessIArgParserto parse the argument at the specified index into the specified class<T> TIArgConsumer.peekDatatype(IDatatypeFor<T> datatype) <T,O> T IArgConsumer.peekDatatype(IDatatypePost<T, O> datatype) <T,O> T IArgConsumer.peekDatatype(IDatatypePost<T, O> datatype, O original) <T,O, D extends IDatatypePost<T, O>>
TIArgConsumer.peekDatatypePost(D datatype, O original) <E extends Enum<?>>
E<E extends Enum<?>>
E