Uses of Class
net.minecraft.entity.passive.TurtleEntity
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.client.render.entity.model | |
| net.minecraft.entity | |
| net.minecraft.entity.passive |
-
Uses of TurtleEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type TurtleEntity Modifier and Type Method Description IdentifierTurtleEntityRenderer. getTexture(TurtleEntity turtleEntity)voidTurtleEntityRenderer. render(TurtleEntity turtleEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) -
Uses of TurtleEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type TurtleEntity Modifier and Type Class Description classTurtleEntityModel<T extends TurtleEntity> -
Uses of TurtleEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type TurtleEntity Modifier and Type Field Description static EntityType<TurtleEntity>EntityType. TURTLE -
Uses of TurtleEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as TurtleEntity Modifier and Type Field Description private TurtleEntityTurtleEntity.GoHomeGoal. turtleprivate TurtleEntityTurtleEntity.LayEggGoal. turtleprivate TurtleEntityTurtleEntity.MateGoal. turtleprivate TurtleEntityTurtleEntity.TravelGoal. turtleprivate TurtleEntityTurtleEntity.TurtleMoveControl. turtleprivate TurtleEntityTurtleEntity.WanderInWaterGoal. turtleprivate TurtleEntityTurtleEntity.WanderOnLandGoal. turtleMethod parameters in net.minecraft.entity.passive with type arguments of type TurtleEntity Modifier and Type Method Description static booleanTurtleEntity. canSpawn(EntityType<TurtleEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)Constructors in net.minecraft.entity.passive with parameters of type TurtleEntity Constructor Description GoHomeGoal(TurtleEntity turtle, double speed)LayEggGoal(TurtleEntity turtle, double speed)MateGoal(TurtleEntity turtle, double speed)TravelGoal(TurtleEntity turtle, double speed)TurtleEscapeDangerGoal(TurtleEntity turtle, double speed)TurtleMoveControl(TurtleEntity turtle)TurtleSwimNavigation(TurtleEntity owner, World world)WanderInWaterGoal(TurtleEntity turtle, double speed)WanderOnLandGoal(TurtleEntity turtle, double speed, int chance)Constructor parameters in net.minecraft.entity.passive with type arguments of type TurtleEntity Constructor Description TurtleEntity(EntityType<? extends TurtleEntity> type, World world)