| 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 | Description | 
|---|---|---|
| static GoalKey<AbstractHorse> | VanillaGoal. TAME | 
| Modifier and Type | Interface | 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 | Description | 
|---|---|---|
| AbstractHorse | HorseJumpEvent. getEntity() | 
| Constructor | Description | 
|---|---|
| HorseJumpEvent(AbstractHorse horse,
              float power) | 
Copyright © 2020. All rights reserved.