Entity class

class PyMCTranslate.py3.api.amulet_objects.entity.Entity(namespace, base_name, x, y, z, nbt)[source]

Bases: AbstractBaseEntity

A class to contain all the data to define an Entity.

property location: Tuple[float, float, float]

The location of the Entity.

property x: float

The x location of the Entity.

property y: float

The y location of the Entity.

property z: float

The z location of the Entity.