Minecraft Wiki
Advertisement
  • root tag
    • Tags common to all entities
    •  width: The width of the entities bounding box. Defaults to 1.
    •  height: The height of the entities bounding box. Defaults to 1.
    •  response: A boolean specifying whether an interaction should trigger a response. Defaults to false.
    •  attack: The last attack (left click) to hit the entity.
      •  player: The UUID of the player that attacked the entity. The 128-bit UUID is stored as four 32-bit integers, ordered from most to least significant.
      •  timestamp: When the attack took place.
    •  interaction: The last interaction (right click) to hit the entity.
      •  player: The UUID of the player that interacted with the entity. The 128-bit UUID is stored as four 32-bit integers, ordered from most to least significant.
      •  timestamp: When the interaction took place.
Advertisement