Uses of Class
net.minecraft.world.entity.animal.Wolf
Packages that use Wolf
Package
Description
-
Uses of Wolf in net.minecraft.client.model
Classes in net.minecraft.client.model with type parameters of type Wolf -
Uses of Wolf in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type WolfModifier and TypeMethodDescriptionprotected float
Defines what float the third param in setRotationAngles of ModelBase isWolfRenderer.getTextureLocation
(Wolf entity) Returns the location of an entity's texture.void
WolfRenderer.render
(Wolf entity, float entityYaw, float partialTicks, PoseStack poseStack, MultiBufferSource buffer, int packedLight) -
Uses of Wolf in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type WolfMethods in net.minecraft.client.renderer.entity.layers with parameters of type WolfModifier and TypeMethodDescriptionvoid
WolfArmorLayer.render
(PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, Wolf livingEntity, float limbSwing, float limbSwingAmount, float partialTick, float ageInTicks, float netHeadYaw, float headPitch) void
WolfCollarLayer.render
(PoseStack poseStack, MultiBufferSource buffer, int packedLight, Wolf 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 WolfModifierConstructorDescriptionWolfArmorLayer
(RenderLayerParent<Wolf, WolfModel<Wolf>> renderer, EntityModelSet models) WolfArmorLayer
(RenderLayerParent<Wolf, WolfModel<Wolf>> renderer, EntityModelSet models) WolfCollarLayer
(RenderLayerParent<Wolf, WolfModel<Wolf>> renderer) WolfCollarLayer
(RenderLayerParent<Wolf, WolfModel<Wolf>> renderer) -
Uses of Wolf in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Wolf -
Uses of Wolf in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as WolfConstructors in net.minecraft.world.entity.ai.goal with parameters of type Wolf -
Uses of Wolf in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as WolfMethods in net.minecraft.world.entity.animal that return WolfModifier and TypeMethodDescriptionWolf.getBreedOffspring
(ServerLevel level, AgeableMob otherParent) Method parameters in net.minecraft.world.entity.animal with type arguments of type WolfModifier and TypeMethodDescriptionstatic boolean
Wolf.checkWolfSpawnRules
(EntityType<Wolf> wolf, LevelAccessor level, MobSpawnType spawnType, BlockPos pos, RandomSource random) Constructors in net.minecraft.world.entity.animal with parameters of type WolfModifierConstructorDescriptionWolfAvoidEntityGoal
(Wolf wolf, Class<T> entityClassToAvoid, float maxDist, double walkSpeedModifier, double sprintSpeedModifier) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Wolf