Minecraft Wiki
(update to 1.13)
No edit summary
Line 3: Line 3:
 
** {{nbt|int|yTile}}: Y coordinate of the entity's block position.
 
** {{nbt|int|yTile}}: Y coordinate of the entity's block position.
 
** {{nbt|int|zTile}}: Z coordinate of the entity's block position.
 
** {{nbt|int|zTile}}: Z coordinate of the entity's block position.
** <s>{{nbt|string|inTile}}:</s>:{{upcoming|until=1.13}} ID of tile projectile is in.
+
** {{nbt|compound|inBlockState}}: Optional. The block the arrow is in.
** {{nbt|compound|inBlockState}}:{{upcoming|ver=1.13}} Optional. The block the arrow is in.
 
 
*** {{nbt|string|Name}}: The name ID of the block.
 
*** {{nbt|string|Name}}: The name ID of the block.
 
*** {{nbt|compound|Properties}}: Optional. The [[block state]]s of the block, listed as key-value pairs under this tag.
 
*** {{nbt|compound|Properties}}: Optional. The [[block state]]s of the block, listed as key-value pairs under this tag.

Revision as of 09:09, 20 July 2018

    •  xTile: X coordinate of the entity's block position.
    •  yTile: Y coordinate of the entity's block position.
    •  zTile: Z coordinate of the entity's block position.
    •  inBlockState: Optional. The block the arrow is in.
      •  Name: The name ID of the block.
      •  Properties: Optional. The block states of the block, listed as key-value pairs under this tag.