Name | buried_item |
Object | LocationTag |
Input | ItemTag |
Related Tags | <LocationTag.buried_item> Returns the item buried in a brushable block (also referred to as "suspicious blocks"). Returns air if there is no item buried.
|
Description | Sets the buried item in a brushable block (also referred to as "suspicious blocks"). Set to air to have no item buried. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4436 |