Name | <LocationTag.campfire_items> |
Returns | ListTag(ItemTag) |
Mechanism | LocationTag.campfire_items |
Description | Returns a list of items currently in this campfire.
This list has air items in empty slots, and is always sized exactly the same as the number of spaces a campfire has. (A standard campfire has exactly 4 slots). |
Generated Example |
|
Group | world |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4113 |