Package baritone.api.command.argparser
Interface IArgParser<T>
- All Known Subinterfaces:
IArgParser.Stated<T,,S> IArgParser.Stateless<T>
public interface IArgParser<T>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA stated argument parser is similar to a stateless one.static interfaceA stateless argument parser is just that. -
Method Summary
-
Method Details
-
getTarget
- Returns:
- the class of this parser.
-