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