Uses of Class
net.minecraft.world.entity.animal.turtle.Turtle
Packages that use Turtle
Package
Description
-
Uses of Turtle in net.minecraft.client.renderer.entity
Subclasses with type arguments of type Turtle in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type TurtleModifier and TypeMethodDescriptionvoidTurtleRenderer.extractRenderState(Turtle entity, TurtleRenderState state, float partialTicks) -
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.turtle
Classes in net.minecraft.world.entity.animal.turtle with type parameters of type TurtleFields in net.minecraft.world.entity.animal.turtle declared as TurtleModifier and TypeFieldDescriptionprivate final TurtleTurtle.TurtleBreedGoal.turtleprivate final TurtleTurtle.TurtleGoHomeGoal.turtleprivate final TurtleTurtle.TurtleGoToWaterGoal.turtleprivate final TurtleTurtle.TurtleLayEggGoal.turtleprivate final TurtleTurtle.TurtleRandomStrollGoal.turtleprivate final TurtleTurtle.TurtleTravelGoal.turtleMethod parameters in net.minecraft.world.entity.animal.turtle with type arguments of type TurtleModifier and TypeMethodDescriptionstatic booleanTurtle.checkTurtleSpawnRules(EntityType<Turtle> type, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) Constructors in net.minecraft.world.entity.animal.turtle with parameters of type TurtleModifierConstructorDescriptionTurtleBreedGoal(Turtle turtle, double speedModifier) TurtleGoHomeGoal(Turtle turtle, double speedModifier) privateTurtleGoToWaterGoal(Turtle turtle, double speedModifier) TurtleLayEggGoal(Turtle turtle, double speedModifier) TurtlePanicGoal(Turtle turtle, double speedModifier) TurtlePathNavigation(Turtle mob, Level level) privateTurtleRandomStrollGoal(Turtle turtle, double speedModifier, int interval) TurtleTravelGoal(Turtle turtle, double speedModifier) Constructor parameters in net.minecraft.world.entity.animal.turtle with type arguments of type Turtle