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 Identifier
TurtleEntityRenderer. getTexture(TurtleEntity turtleEntity)
void
TurtleEntityRenderer. 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 class
TurtleEntityModel<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 TurtleEntity
TurtleEntity.GoHomeGoal. turtle
private TurtleEntity
TurtleEntity.LayEggGoal. turtle
private TurtleEntity
TurtleEntity.MateGoal. turtle
private TurtleEntity
TurtleEntity.TravelGoal. turtle
private TurtleEntity
TurtleEntity.TurtleMoveControl. turtle
private TurtleEntity
TurtleEntity.WanderInWaterGoal. turtle
private TurtleEntity
TurtleEntity.WanderOnLandGoal. turtle
Method parameters in net.minecraft.entity.passive with type arguments of type TurtleEntity Modifier and Type Method Description static boolean
TurtleEntity. 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)