| Interface | Description | 
|---|---|
| AreaEffectCloud | Represents an AreaEffectCloud. | 
| ArmorEquipable | Represents an entity that can be equipped with armor and a held item. | 
| EnderCrystal | Represents an ender crystal. | 
| Entity | An entity is a Minecraft entity. | 
| EntityArchetype | |
| EntityArchetype.Builder | A builder for  EntityArchetypes. | 
| EntitySnapshot | Represents a snapshot of an  Entityand all of it's related data in
 the form ofImmutableDataManipulators andImmutableValues. | 
| EntitySnapshot.Builder | An  ImmutableDataBuilderfor buildingEntitySnapshots. | 
| EntityType | Describes a type of entity. | 
| Equipable | Represents an entity that has an EquipmentInventory. | 
| ExperienceOrb | Represents an experience orb. | 
| FallingBlock | Represents a falling block. | 
| Item | Represents an Item entity. | 
| ShulkerBullet | A  ShulkerBulletis the projectileShulkers shoot. | 
| Tamer | Represents an entity which may tame other entities. | 
| Class | Description | 
|---|---|
| EntityTypes | An enumeration of all possible  EntityTypes available in vanilla minecraft. | 
| Transform<E extends Extent> | Represents the immutable world attributes of an  Entity. |