|
CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
An argument that represents a key-value pair. More...
Inheritance diagram for dev.jorel.commandapi.arguments.MapArgument< K, V >:Public Member Functions | |
| Class< LinkedHashMap > | getPrimitiveType () |
| CommandAPIArgumentType | getArgumentType () |
| Argument< T > | instance () |
| Returns the instance of this class with the class Impl. More... | |
An argument that represents a key-value pair.
| <K> | The type of keys this map will contain |
| <V> | The type of values this map will contain @apiNote Returns a LinkedHashMap object |
|
inherited |
Returns the instance of this class with the class Impl.
Used for chaining builder methods.