Minecraft Wiki
m (clarified the AttachFace property with actual values, as they are not intuitive or inferrable)
Line 6: Line 6:
 
** {{nbt|int|APY}}: Approximate Y coordinate.
 
** {{nbt|int|APY}}: Approximate Y coordinate.
 
** {{nbt|int|APZ}}: Approximate Z coordinate.
 
** {{nbt|int|APZ}}: Approximate Z coordinate.
** {{nbt|byte|AttachFace}}: Direction of the block the shulker is attached to.
+
** {{nbt|byte|AttachFace}}: Direction of the block the shulker is attached to. Below is {{code|0b}}, above is {{code|1b}}, north is {{code|2b}}, south is {{code|3b}}, west is {{code|4b}}, east is {{code|5b}}.
 
** {{nbt|byte|Color}}: The color of the shulker. Default is 0. Shulkers spawned by eggs or as part of End cities have value 16.
 
** {{nbt|byte|Color}}: The color of the shulker. Default is 0. Shulkers spawned by eggs or as part of End cities have value 16.
 
** {{nbt|byte|Peek}}: Height of the head of the shulker.
 
** {{nbt|byte|Peek}}: Height of the head of the shulker.

Revision as of 10:35, 6 August 2022

  • Entity data
    • Tags common to all entities
    • Tags common to all mobs
    •  APX: Approximate X coordinate.
    •  APY: Approximate Y coordinate.
    •  APZ: Approximate Z coordinate.
    •  AttachFace: Direction of the block the shulker is attached to. Below is 0b, above is 1b, north is 2b, south is 3b, west is 4b, east is 5b.
    •  Color: The color of the shulker. Default is 0. Shulkers spawned by eggs or as part of End cities have value 16.
    •  Peek: Height of the head of the shulker.

Shulker color

Main article: Shulker/DV
[edit]