| Name | sherds |
| Object | LocationTag |
| Input | MapTag |
| Related Tags | <LocationTag.sherds> Returns a decorated pot's sherds as a map of sides to MaterialTags of the sherds. (...)
|
| Description | Sets a decorated pot's sherds, input is a map of sides to MaterialTags of the sherds.
You only need to specify the sides you want to set, and the default value (for removing a side's sherd) is a brick. Valid sides are: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/DecoratedPot.Side.html. Valid materials are either a brick or any pottery sherd. |
| Example | |
| Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4383 |