| Package | Description | 
|---|---|
| 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 | 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  | 
ZombieHorse | 
 Represents a ZombieHorse - variant of  
AbstractHorse. | 
| Modifier and Type | Method | Description | 
|---|---|---|
AbstractHorse | 
HorseJumpEvent.getEntity() | 
| Constructor | Description | 
|---|---|
HorseJumpEvent(AbstractHorse horse,
              float power) | 
Copyright © 2019. All rights reserved.