Name | <LocationTag.sherds> |
Returns | MapTag |
Mechanism | LocationTag.sherds |
Description | Returns a decorated pot's sherds as a map of sides to MaterialTags of the sherds.
The map will always contain every side, with a brick being the default value for when a side has no sherd. Valid sides are: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/DecoratedPot.Side.html. Valid sherd materials are either a brick or any pottery sherd. |
Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4356 |