|
CommandAPI 11.1.0
An API for the command UI introduced in Minecraft 1.13
|
An argument that accepts a list of objects. More...
Inheritance diagram for dev.jorel.commandapi.arguments.ListArgument< T >:Public Member Functions | |
| Class< List > | getPrimitiveType () |
| CommandAPIArgumentType | getArgumentType () |
| Argument< T > | instance () |
| Returns the instance of this class with the class Impl. More... | |
An argument that accepts a list of objects.
| <T> | the type that this list argument generates a list of. |
|
inherited |
Returns the instance of this class with the class Impl.
Used for chaining builder methods.