Skip to main content

<entity> : Entity

The <entity> element is used to display an entity. This element will always be 50 in height and follow the users mouse.

Attributes

type

The type of entity to display. The entity must be a living entity.

tag

The nbt tag of the entity to display.

Examples

The following example will display a cow.

<entity type="minecraft:cow"/>

Version History

VersionChanges
1.3Allowed for tag attribute.
1.0Initial release.