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 entity) TurtleRenderer.getTextureLocation
(Turtle entity) 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> turtle, LevelAccessor level, MobSpawnType spawnType, BlockPos pos, RandomSource random) Constructors in net.minecraft.world.entity.animal with parameters of type TurtleModifierConstructorDescription(package private)
TurtleBreedGoal
(Turtle turtle, double speedModifier) (package private)
TurtleGoHomeGoal
(Turtle turtle, double speedModifier) (package private)
TurtleGoToWaterGoal
(Turtle turtle, double speedModifier) (package private)
TurtleLayEggGoal
(Turtle turtle, double speedModifier) (package private)
TurtleMoveControl
(Turtle turtle) (package private)
TurtlePanicGoal
(Turtle turtle, double speedModifier) (package private)
TurtlePathNavigation
(Turtle turtle, Level level) (package private)
TurtleRandomStrollGoal
(Turtle turtle, double speedModifier, int interval) (package private)
TurtleTravelGoal
(Turtle turtle, double speedModifier) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Turtle