Uses of Class
net.minecraft.world.entity.animal.Fox
Packages that use Fox
Package
Description
-
Uses of Fox in net.minecraft.client.model
Classes in net.minecraft.client.model with type parameters of type Fox -
Uses of Fox in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type FoxModifier and TypeMethodDescriptionFoxRenderer.getTextureLocation
(Fox entity) Returns the location of an entity's texture.protected void
FoxRenderer.setupRotations
(Fox entity, PoseStack poseStack, float bob, float yBodyRot, float partialTick, float scale) -
Uses of Fox in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type FoxModifier and TypeMethodDescriptionvoid
FoxHeldItemLayer.render
(PoseStack poseStack, MultiBufferSource buffer, int packedLight, Fox livingEntity, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type FoxModifierConstructorDescriptionFoxHeldItemLayer
(RenderLayerParent<Fox, FoxModel<Fox>> renderer, ItemInHandRenderer itemInHandRenderer) FoxHeldItemLayer
(RenderLayerParent<Fox, FoxModel<Fox>> renderer, ItemInHandRenderer itemInHandRenderer) -
Uses of Fox in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Fox -
Uses of Fox in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as FoxMethods in net.minecraft.world.entity.animal that return FoxModifier and TypeMethodDescriptionFox.getBreedOffspring
(ServerLevel level, AgeableMob otherParent) Methods in net.minecraft.world.entity.animal with parameters of type FoxModifier and TypeMethodDescriptionstatic boolean
Fox.isPathClear
(Fox fox, LivingEntity livingEntity) Method parameters in net.minecraft.world.entity.animal with type arguments of type FoxModifier and TypeMethodDescriptionstatic boolean
Fox.checkFoxSpawnRules
(EntityType<Fox> fox, LevelAccessor level, MobSpawnType spawnType, BlockPos pos, RandomSource random) Constructors in net.minecraft.world.entity.animal with parameters of type FoxConstructor parameters in net.minecraft.world.entity.animal with type arguments of type Fox