Uses of Interface
org.bukkit.entity.Turtle
Packages that use Turtle
-
Uses of Turtle in com.destroystokyo.paper.entity.ai
Fields in com.destroystokyo.paper.entity.ai with type parameters of type TurtleModifier and TypeFieldDescriptionVanillaGoal.TURTLE_BREED
VanillaGoal.TURTLE_GO_HOME
VanillaGoal.TURTLE_GO_TO_WATER
VanillaGoal.TURTLE_GOTO_WATER
Deprecated.VanillaGoal.TURTLE_LAY_EGG
VanillaGoal.TURTLE_PANIC
VanillaGoal.TURTLE_RANDOM_STROLL
VanillaGoal.TURTLE_TEMPT
Deprecated.VanillaGoal.TURTLE_TRAVEL
-
Uses of Turtle in com.destroystokyo.paper.event.entity
Methods in com.destroystokyo.paper.event.entity that return TurtleModifier and TypeMethodDescriptionTurtleGoHomeEvent.getEntity()
The turtle going homeTurtleLayEggEvent.getEntity()
The turtle laying the eggsTurtleStartDiggingEvent.getEntity()
The turtle diggingConstructors in com.destroystokyo.paper.event.entity with parameters of type TurtleModifierConstructorDescriptionTurtleGoHomeEvent
(@NotNull Turtle turtle) TurtleLayEggEvent
(@NotNull Turtle turtle, @NotNull Location location, int eggCount) TurtleStartDiggingEvent
(@NotNull Turtle turtle, @NotNull Location location)