Uses of Class
net.minecraft.world.entity.animal.Turtle
Packages that use Turtle
Package
Description
-
Uses of Turtle in net.minecraft.client.model
Classes in net.minecraft.client.model with type parameters of type Turtle -
Uses of Turtle in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type TurtleModifier and TypeMethodDescriptionTurtleRenderer.getTextureLocation
(Turtle p_116259_) void
TurtleRenderer.render
(Turtle p_116261_, float p_116262_, float p_116263_, PoseStack p_116264_, MultiBufferSource p_116265_, int p_116266_) -
Uses of Turtle in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Turtle -
Uses of Turtle in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as TurtleModifier and TypeFieldDescriptionprivate final Turtle
Turtle.TurtleBreedGoal.turtle
private final Turtle
Turtle.TurtleGoHomeGoal.turtle
private final Turtle
Turtle.TurtleGoToWaterGoal.turtle
private final Turtle
Turtle.TurtleLayEggGoal.turtle
private final Turtle
Turtle.TurtleMoveControl.turtle
private final Turtle
Turtle.TurtleRandomStrollGoal.turtle
private final Turtle
Turtle.TurtleTravelGoal.turtle
Method parameters in net.minecraft.world.entity.animal with type arguments of type TurtleModifier and TypeMethodDescriptionstatic boolean
Turtle.checkTurtleSpawnRules
(EntityType<Turtle> p_218277_, LevelAccessor p_218278_, MobSpawnType p_218279_, BlockPos p_218280_, RandomSource p_218281_) Constructors in net.minecraft.world.entity.animal with parameters of type TurtleModifierConstructorDescription(package private)
TurtleBreedGoal
(Turtle p_30244_, double p_30245_) (package private)
TurtleGoHomeGoal
(Turtle p_30253_, double p_30254_) (package private)
TurtleGoToWaterGoal
(Turtle p_30262_, double p_30263_) (package private)
TurtleLayEggGoal
(Turtle p_30276_, double p_30277_) (package private)
TurtleMoveControl
(Turtle p_30286_) (package private)
TurtlePanicGoal
(Turtle p_30290_, double p_30291_) (package private)
TurtlePathNavigation
(Turtle p_30294_, Level p_30295_) (package private)
TurtleRandomStrollGoal
(Turtle p_30303_, double p_30304_, int p_30305_) (package private)
TurtleTravelGoal
(Turtle p_30333_, double p_30334_) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Turtle