| Package | Description |
|---|---|
| com.destroystokyo.paper.entity.ai | |
| org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc. |
| org.bukkit.event.entity |
| Modifier and Type | Field and Description |
|---|---|
static GoalKey<AbstractHorse> |
VanillaGoal.TAME |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChestedHorse
Represents Horse-like creatures which can carry an inventory.
|
interface |
Donkey
Represents a Donkey - variant of
ChestedHorse. |
interface |
Horse
Represents a Horse.
|
interface |
Llama
Represents a Llama.
|
interface |
Mule
Represents a Mule - variant of
ChestedHorse. |
interface |
SkeletonHorse
Represents a SkeletonHorse - variant of
AbstractHorse. |
interface |
TraderLlama
Represents a trader Llama.
|
interface |
ZombieHorse
Represents a ZombieHorse - variant of
AbstractHorse. |
| Modifier and Type | Method and Description |
|---|---|
@NotNull AbstractHorse |
HorseJumpEvent.getEntity() |
| Constructor and Description |
|---|
HorseJumpEvent(@NotNull AbstractHorse horse,
float power) |
Copyright © 2021. All rights reserved.