Uses of Class
net.minecraft.entity.passive.FoxEntity
Package
Description
-
Uses of FoxEntity in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionFoxEntityRenderer.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
Modifier and TypeMethodDescriptionvoid
FoxHeldItemFeatureRenderer.render
(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, FoxEntity foxEntity, float float2, float float3, float float4, float float5, float float6, float float7) ModifierConstructorDescriptionFoxHeldItemFeatureRenderer
(FeatureRendererContext<FoxEntity, FoxEntityModel<FoxEntity>> context, HeldItemRenderer heldItemRenderer) FoxHeldItemFeatureRenderer
(FeatureRendererContext<FoxEntity, FoxEntityModel<FoxEntity>> context, HeldItemRenderer heldItemRenderer) -
Uses of FoxEntity in net.minecraft.client.render.entity.model
Modifier and TypeClassDescriptionclass
FoxEntityModel<T extends FoxEntity>
Represents the model of a FoxEntity. -
Uses of FoxEntity in net.minecraft.entity
-
Uses of FoxEntity in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionFoxEntity.createChild
(ServerWorld serverWorld, PassiveEntity passiveEntity) Modifier and TypeMethodDescriptionstatic boolean
FoxEntity.canJumpChase
(FoxEntity fox, LivingEntity chasedEntity) Modifier and TypeMethodDescriptionstatic boolean
FoxEntity.canSpawn
(EntityType<FoxEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)