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 |
---|---|---|
@NotNull Turtle |
TurtleGoHomeEvent.getEntity() |
The turtle going home
|
@NotNull Turtle |
TurtleLayEggEvent.getEntity() |
The turtle laying the eggs
|
@NotNull Turtle |
TurtleStartDiggingEvent.getEntity() |
The turtle digging
|
Constructor | Description |
---|---|
TurtleGoHomeEvent(@NotNull Turtle turtle) |
|
TurtleLayEggEvent(@NotNull Turtle turtle,
@NotNull Location location,
int eggCount) |
|
TurtleStartDiggingEvent(@NotNull Turtle turtle,
@NotNull Location location) |
Copyright © 2020. All rights reserved.