Name | equipment |
Object | EntityTag |
Input | MapTag |
Related Tags | <EntityTag.equipment> Returns a ListTag containing the entity's equipment. (...)
<EntityTag.equipment_map> Returns a MapTag containing the entity's equipment. (...)
|
Description | Sets the entity's worn equipment.
Input keys are boots, leggings, chestplate, and helmet. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityEquipment.java#L117 |