Uses of Class
baritone.api.command.exception.CommandNotEnoughArgumentsException
Packages that use CommandNotEnoughArgumentsException
-
Uses of CommandNotEnoughArgumentsException in baritone.api.command.argument
Methods in baritone.api.command.argument that throw CommandNotEnoughArgumentsExceptionModifier and TypeMethodDescriptionIArgConsumer.get()Gets the next argument and returns it.<T> TTries to use a statelessIArgParserto parse the next argument into the specified class<T> TIArgConsumer.getAsOrDefault(Class<T> type, T def) Tries to use a statelessIArgParserto parse the next argument into the specified class<T> TIArgConsumer.getAsOrNull(Class<T> type) Tries to use a statelessIArgParserto parse the next 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<?>>
EIArgConsumer.getEnumOrDefault(Class<E> enumClass, E def) Gets an enum value from the enum class with the same name as the next argument's value<E extends Enum<?>>
EIArgConsumer.getEnumOrNull(Class<E> enumClass) Gets an enum value from the enum class with the same name as the next argument's valueIArgConsumer.getString()Gets the value of the next argument and returns it.booleanbooleanIArgConsumer.peek()IArgConsumer.peek(int index) <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.peekAsOrDefault(Class<T> type, T def) Tries to use a statelessIArgParserto parse the next argument into the specified class<T> TIArgConsumer.peekAsOrDefault(Class<T> type, T def, int index) Tries to use a statelessIArgParserto parse the argument at the specified index into the specified class<T> TIArgConsumer.peekAsOrNull(Class<T> type) Tries to use a statelessIArgParserto parse the next argument into the specified class<T> TIArgConsumer.peekAsOrNull(Class<T> type, int index) Tries 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<E extends Enum<?>>
EIArgConsumer.peekEnumOrNull(Class<E> enumClass) <E extends Enum<?>>
EIArgConsumer.peekEnumOrNull(Class<E> enumClass, int index) IArgConsumer.peekString()IArgConsumer.peekString(int index) voidIArgConsumer.requireMin(int min)