CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
An intermediary class for the MapArgumentBuilder
.
More...
Classes | |
class | MapArgumentBuilderSuggestsKey |
An intermediary class for the MapArgumentBuilder . More... | |
Public Member Functions | |
MapArgumentBuilderValueMapper (StringParser< K > keyMapper) | |
MapArgumentBuilderSuggestsKey | withValueMapper (StringParser< V > valueMapper) |
Specifies the mapping function to convert a String into the specific type V More... | |
An intermediary class for the MapArgumentBuilder
.
MapArgumentBuilderSuggestsKey dev.jorel.commandapi.arguments.MapArgumentBuilder< K, V >.MapArgumentBuilderValueMapper.withValueMapper | ( | StringParser< V > | valueMapper | ) |
Specifies the mapping function to convert a String
into the specific type V
valueMapper | the mapping function that creates an instance of V |