Interface | Description |
---|---|
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.
|
EntityInteractionType |
Represents a method of interacting with a block or entity.
|
EntitySnapshot |
Represents a snapshot of an
Entity and all of it's related data in
the form of ImmutableDataManipulator s and ImmutableValue s. |
EntitySnapshotBuilder |
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.
|
Tamer |
Represents an entity which may tame other entities.
|
Transform<E extends Extent> |
Represents the immutable world attributes of an
Entity . |
Transform.Builder<E extends Extent> |
A builder for transforms.
|
Class | Description |
---|---|
EntityInteractionTypes |
An list
EntityInteractionType s available in Vanilla. |
EntityTypes |
An enumeration of all possible
EntityType s available in vanilla minecraft. |