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<Animals> |
VanillaGoal.BREED |
static GoalKey<Animals> |
VanillaGoal.FOLLOW_PARENT |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractHorse
Represents a Horse-like creature.
|
interface |
Bee
Represents a Bee.
|
interface |
Cat
Meow.
|
interface |
ChestedHorse
Represents Horse-like creatures which can carry an inventory.
|
interface |
Chicken
Represents a Chicken.
|
interface |
Cow
Represents a Cow.
|
interface |
Donkey
Represents a Donkey - variant of
ChestedHorse . |
interface |
Fox
What does the fox say?
|
interface |
Hoglin
Represents a Hoglin.
|
interface |
Horse
Represents a Horse.
|
interface |
Llama
Represents a Llama.
|
interface |
Mule
Represents a Mule - variant of
ChestedHorse . |
interface |
MushroomCow
Represents a mushroom
Cow |
interface |
Ocelot
A wild tameable cat
|
interface |
Panda
Panda entity.
|
interface |
Parrot
Represents a Parrot.
|
interface |
Pig
Represents a Pig.
|
interface |
PolarBear
Represents a polar bear.
|
interface |
Rabbit |
interface |
Sheep
Represents a Sheep.
|
interface |
SkeletonHorse
Represents a SkeletonHorse - variant of
AbstractHorse . |
interface |
Steerable
Represents an entity which may be saddled, ridden and steered using an item.
|
interface |
Strider
Represents a Strider.
|
interface |
Tameable |
interface |
TraderLlama
Represents a trader Llama.
|
interface |
Turtle
Represents a turtle.
|
interface |
Wolf
Represents a Wolf
|
interface |
ZombieHorse
Represents a ZombieHorse - variant of
AbstractHorse . |
Modifier and Type | Method and Description |
---|---|
@NotNull Animals |
EntityEnterLoveModeEvent.getEntity()
Gets the animal that is entering love mode.
|
Constructor and Description |
---|
EntityEnterLoveModeEvent(@NotNull Animals animalInLove,
@Nullable HumanEntity humanEntity,
int ticksInLove) |
Copyright © 2021. All rights reserved.