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 TypeMethodDescriptionprotected float
TurtleRenderer.getShadowRadius
(Turtle pEntity) TurtleRenderer.getTextureLocation
(Turtle pEntity) Returns the location of an entity's texture. -
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> pTurtle, LevelAccessor pLevel, MobSpawnType pSpawnType, 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