| 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
Entity and all of it's related data in
the form of ImmutableDataManipulators and ImmutableValues. |
| EntitySnapshot.Builder |
An
ImmutableDataBuilder for building EntitySnapshots. |
| 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
ShulkerBullet is the projectile Shulkers 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. |