Uses of Interface
org.bukkit.entity.Turtle
-
Uses of Turtle in com.destroystokyo.paper.entity.ai
Modifier and TypeFieldDescriptionVanillaGoal.TURTLE_BREED
VanillaGoal.TURTLE_GO_HOME
VanillaGoal.TURTLE_GO_TO_WATER
VanillaGoal.TURTLE_LAY_EGG
VanillaGoal.TURTLE_PANIC
VanillaGoal.TURTLE_RANDOM_STROLL
VanillaGoal.TURTLE_TRAVEL
-
Uses of Turtle in com.destroystokyo.paper.event.entity
Modifier and TypeMethodDescriptionTurtleGoHomeEvent.getEntity()
The turtle going homeTurtleLayEggEvent.getEntity()
The turtle laying the eggsTurtleStartDiggingEvent.getEntity()
The turtle diggingModifierConstructorDescriptionTurtleGoHomeEvent
(Turtle turtle) TurtleLayEggEvent
(Turtle turtle, Location location, int eggCount) TurtleStartDiggingEvent
(Turtle turtle, Location location)