Uses of Class
net.minecraft.world.entity.animal.Turtle
Packages that use Turtle
Package
Description
-
Uses of Turtle in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type TurtleModifier and TypeMethodDescriptionvoid
TurtleRenderer.extractRenderState
(Turtle p_364982_, TurtleRenderState p_362479_, float p_360282_) -
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> pEntityType, LevelAccessor pLevel, EntitySpawnReason pSpawnReason, BlockPos pPos, RandomSource pRandom) Constructors in net.minecraft.world.entity.animal with parameters of type TurtleModifierConstructorDescription(package private)
TurtleBreedGoal
(Turtle pTurtle, double pSpeedModifier) (package private)
TurtleGoHomeGoal
(Turtle pTurtle, double pSpeedModifier) (package private)
TurtleGoToWaterGoal
(Turtle pTurtle, double pSpeedModifier) (package private)
TurtleLayEggGoal
(Turtle pTurtle, double pSpeedModifier) (package private)
TurtleMoveControl
(Turtle pTurtle) (package private)
TurtlePanicGoal
(Turtle pTurtle, double pSpeedModifier) (package private)
TurtlePathNavigation
(Turtle pTurtle, Level pLevel) (package private)
TurtleRandomStrollGoal
(Turtle pTurtle, double pSpeedModifier, int pInterval) (package private)
TurtleTravelGoal
(Turtle pTurtle, double pSpeedModifier) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Turtle