Package | Description |
---|---|
com.destroystokyo.paper.entity.ai | |
com.destroystokyo.paper.event.entity |
Modifier and Type | Field and Description |
---|---|
static GoalKey<Turtle> |
VanillaGoal.TURTLE_BREED |
static GoalKey<Turtle> |
VanillaGoal.TURTLE_GO_HOME |
static GoalKey<Turtle> |
VanillaGoal.TURTLE_GOTO_WATER |
static GoalKey<Turtle> |
VanillaGoal.TURTLE_LAY_EGG |
static GoalKey<Turtle> |
VanillaGoal.TURTLE_PANIC |
static GoalKey<Turtle> |
VanillaGoal.TURTLE_RANDOM_STROLL |
static GoalKey<Turtle> |
VanillaGoal.TURTLE_TEMPT |
static GoalKey<Turtle> |
VanillaGoal.TURTLE_TRAVEL |
Modifier and Type | Method and Description |
---|---|
@NotNull Turtle |
TurtleGoHomeEvent.getEntity()
The turtle going home
|
@NotNull Turtle |
TurtleStartDiggingEvent.getEntity()
The turtle digging
|
@NotNull Turtle |
TurtleLayEggEvent.getEntity()
The turtle laying the eggs
|
Constructor and Description |
---|
TurtleGoHomeEvent(@NotNull Turtle turtle) |
TurtleLayEggEvent(@NotNull Turtle turtle,
@NotNull Location location,
int eggCount) |
TurtleStartDiggingEvent(@NotNull Turtle turtle,
@NotNull Location location) |
Copyright © 2021. All rights reserved.