Name | <InventoryTag.equipment> |
Returns | ListTag(ItemTag) |
Description | Returns the equipment of an inventory as a list of items.
For players, the order is boots|leggings|chestplate|helmet. For horses, the order is saddle|armor. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/InventoryTag.java#L2165 |