Uses of Class
net.minecraft.entity.passive.FoxEntity
Packages that use FoxEntity
Package
Description
-
Uses of FoxEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type FoxEntityModifier 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
Methods in net.minecraft.client.render.entity.feature with parameters of type FoxEntityModifier and TypeMethodDescriptionvoid
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 FoxEntityModifierConstructorDescription -
Uses of FoxEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type FoxEntityModifier and TypeClassDescriptionclass
FoxEntityModel<T extends FoxEntity>
Represents the model of a FoxEntity. -
Uses of FoxEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type FoxEntity -
Uses of FoxEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as FoxEntityMethods in net.minecraft.entity.passive that return FoxEntityModifier and TypeMethodDescriptionFoxEntity.createChild
(ServerWorld serverWorld, PassiveEntity passiveEntity) Methods in net.minecraft.entity.passive with parameters of type FoxEntityModifier and TypeMethodDescriptionstatic boolean
FoxEntity.canJumpChase
(FoxEntity fox, LivingEntity chasedEntity) Method parameters in net.minecraft.entity.passive with type arguments of type FoxEntityModifier and TypeMethodDescriptionstatic boolean
FoxEntity.canSpawn
(EntityType<FoxEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random) Constructors in net.minecraft.entity.passive with parameters of type FoxEntityConstructor parameters in net.minecraft.entity.passive with type arguments of type FoxEntity