Name | <MapTag.get_subset[<key>|...]> |
Returns | MapTag |
Description | Returns the subset of the map represented by the given keys, ordered based on the input list.
Keys that aren't present in the original map will be ignored. |
Example |
|
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/MapTag.java#L635 |