Uses of Class
net.minecraft.entity.passive.FoxEntity
-
Uses of FoxEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type FoxEntity Modifier and Type Method Description Identifier
FoxEntityRenderer. getTexture(FoxEntity foxEntity)
protected void
FoxEntityRenderer. setupTransforms(FoxEntity foxEntity, MatrixStack matrixStack, float float2, float float3, float float4)
-
Uses of FoxEntity in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type FoxEntity Modifier and Type Method Description void
FoxHeldItemFeatureRenderer. render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, FoxEntity foxEntity, float float2, float float3, float float4, float float5, float float6, float float7)
Constructor parameters in net.minecraft.client.render.entity.feature with type arguments of type FoxEntity Constructor Description FoxHeldItemFeatureRenderer(FeatureRendererContext<FoxEntity,FoxEntityModel<FoxEntity>> context)
FoxHeldItemFeatureRenderer(FeatureRendererContext<FoxEntity,FoxEntityModel<FoxEntity>> context)
-
Uses of FoxEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type FoxEntity Modifier and Type Class Description class
FoxEntityModel<T extends FoxEntity>
-
Uses of FoxEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type FoxEntity Modifier and Type Field Description static EntityType<FoxEntity>
EntityType. FOX
-
Uses of FoxEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as FoxEntity Modifier and Type Field Description private FoxEntity
FoxEntity.FollowParentGoal. fox
Methods in net.minecraft.entity.passive that return FoxEntity Modifier and Type Method Description FoxEntity
FoxEntity. createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)
Methods in net.minecraft.entity.passive with parameters of type FoxEntity Modifier and Type Method Description static boolean
FoxEntity. canJumpChase(FoxEntity fox, LivingEntity chasedEntity)
Constructors in net.minecraft.entity.passive with parameters of type FoxEntity Constructor Description FollowParentGoal(FoxEntity fox, double speed)
Constructor parameters in net.minecraft.entity.passive with type arguments of type FoxEntity Constructor Description FoxEntity(EntityType<? extends FoxEntity> type, World world)