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_LAY_EGG
VanillaGoal.TURTLE_PANIC
VanillaGoal.TURTLE_RANDOM_STROLL
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
(Turtle turtle) TurtleLayEggEvent
(Turtle turtle, Location location, int eggCount) TurtleStartDiggingEvent
(Turtle turtle, Location location)