| Package | Description |
|---|---|
| com.destroystokyo.paper.entity.ai | |
| com.destroystokyo.paper.event.entity |
| Modifier and Type | Field | 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 | Description |
|---|---|---|
Turtle |
TurtleGoHomeEvent.getEntity() |
The turtle going home
|
Turtle |
TurtleLayEggEvent.getEntity() |
The turtle laying the eggs
|
Turtle |
TurtleStartDiggingEvent.getEntity() |
The turtle digging
|
| Constructor | Description |
|---|---|
TurtleGoHomeEvent(Turtle turtle) |
|
TurtleLayEggEvent(Turtle turtle,
Location location,
int eggCount) |
|
TurtleStartDiggingEvent(Turtle turtle,
Location location) |
Copyright © 2021. All rights reserved.