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
EntityArchetype s. |
EntitySnapshot |
Represents a snapshot of an
Entity and all of it's related data in
the form of ImmutableDataManipulator s and ImmutableValue s. |
EntitySnapshot.Builder |
An
ImmutableDataBuilder for building EntitySnapshot s. |
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 Shulker s shoot. |
Tamer |
Represents an entity which may tame other entities.
|
Class | Description |
---|---|
EntityTypes |
An enumeration of all possible
EntityType s available in vanilla minecraft. |
Transform<E extends Extent> |
Represents the immutable world attributes of an
Entity . |