Minecraft Wiki
Register
AjaxGb (talk | contribs)
(Add 1.16 UUID changes, clarify use)
m (This wiki is about vanilla Minecraft. The Minecraft Servers wiki handles spigot servers and more. If you wish to discuss this, use the talk page.)
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<div class="treeview"><onlyinclude>
 
<div class="treeview"><onlyinclude>
  +
** {{nbt|list|AttributeModifiers}}: Contains Attribute Modifiers on this item which modify Attributes of the wearer or holder (if the item is not in the hand or armor slots, it has no effect).
+
**{{nbt|list|AttributeModifiers}}: Contains Attribute Modifiers on this item which modify Attributes of the wearer or holder (if the item is not in the hand or armor slots, it has no effect).
*** {{nbt|compound}}: A single Attribute Modifier.
 
**** {{nbt|string|AttributeName}}: The name of the Attribute this Modifier is to act upon.
+
***{{nbt|compound}}: A single Attribute Modifier.
  +
****{{nbt|string|AttributeName}}: The name of the Attribute this Modifier is to act upon.
 
**** {{nbt|string|Name}}: The name of the Modifier. Has no known effect.
 
**** {{nbt|string|Name}}: The name of the Modifier. Has no known effect.
 
**** {{nbt|string|Slot}}: Slot the item must be in for the modifier to take effect. "mainhand", "offhand", "feet", "legs", "chest", or "head".
 
**** {{nbt|string|Slot}}: Slot the item must be in for the modifier to take effect. "mainhand", "offhand", "feet", "legs", "chest", or "head".
 
**** {{nbt|int|Operation}}: Modifier Operation. See [[Attribute#Modifiers|Attribute Modifiers]] for info.
 
**** {{nbt|int|Operation}}: Modifier Operation. See [[Attribute#Modifiers|Attribute Modifiers]] for info.
 
**** {{nbt|double|Amount}}: Amount of change from the modifier.
 
**** {{nbt|double|Amount}}: Amount of change from the modifier.
 
**** {{nbt|int-array|UUID}}: The modifier's [[UUID]], stored as four ints. Used when equipping and unequipping the item to identify which modifier to add or remove from the entity.
**** {{nbt|long|UUIDMost{{until|java 1.16}}}}: Uppermost bits of the modifier's [[UUID]].
 
**** {{nbt|long|UUIDLeast{{until|java 1.16}}}}: Lowermost bits of the modifier's [[UUID]].
 
**** {{nbt|int-array|UUID{{upcoming|java 1.16}}}}: The modifier's [[UUID]], stored as four ints. Used when equipping and unequipping the item to identify which modifier to add or remove from the entity.
 
 
</onlyinclude></div><noinclude>
 
</onlyinclude></div><noinclude>
 
[[Category:Top-level data pages]]
 
[[Category:Top-level data pages]]
  +
[[zh:Player.dat格式/属性修饰符]]
 
</noinclude>
 
</noinclude>

Revision as of 02:52, 12 August 2020

    •  AttributeModifiers: Contains Attribute Modifiers on this item which modify Attributes of the wearer or holder (if the item is not in the hand or armor slots, it has no effect).
      • : A single Attribute Modifier.
        •  AttributeName: The name of the Attribute this Modifier is to act upon.
        •  Name: The name of the Modifier. Has no known effect.
        •  Slot: Slot the item must be in for the modifier to take effect. "mainhand", "offhand", "feet", "legs", "chest", or "head".
        •  Operation: Modifier Operation. See Attribute Modifiers for info.
        •  Amount: Amount of change from the modifier.
        •  UUID: The modifier's UUID, stored as four ints. Used when equipping and unequipping the item to identify which modifier to add or remove from the entity.