Class MapArgument<K,V>

java.lang.Object
Type Parameters:
K - The type of keys this map will contain
V - The type of values this map will contain
All Implemented Interfaces:
GreedyArgument, BukkitExecutable<Argument<LinkedHashMap>>, ChainableBuilder<Argument<LinkedHashMap>>, PlatformExecutable<Argument<LinkedHashMap>,org.bukkit.command.CommandSender>

public class MapArgument<K,V> extends Argument<LinkedHashMap> implements GreedyArgument
An argument that represents a key-value pair.
Since:
9.0.0
API Note:
Returns a LinkedHashMap object