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 pEntity) Returns the location of an entity's texture.void
WolfRenderer.render
(Wolf pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) -
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 pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, Wolf pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTick, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) void
WolfCollarLayer.render
(PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, Wolf pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTicks, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type WolfModifierConstructorDescriptionWolfArmorLayer
(RenderLayerParent<Wolf, WolfModel<Wolf>> pRenderer, EntityModelSet pModels) WolfArmorLayer
(RenderLayerParent<Wolf, WolfModel<Wolf>> pRenderer, EntityModelSet pModels) WolfCollarLayer
(RenderLayerParent<Wolf, WolfModel<Wolf>> pRenderer) WolfCollarLayer
(RenderLayerParent<Wolf, WolfModel<Wolf>> pRenderer) -
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 pLevel, AgeableMob pOtherParent) Method parameters in net.minecraft.world.entity.animal with type arguments of type WolfModifier and TypeMethodDescriptionstatic boolean
Wolf.checkWolfSpawnRules
(EntityType<Wolf> pWolf, LevelAccessor pLevel, MobSpawnType pSpawnType, BlockPos pPos, RandomSource pRandom) Constructors in net.minecraft.world.entity.animal with parameters of type WolfModifierConstructorDescriptionWolfAvoidEntityGoal
(Wolf pWolf, Class<T> pEntityClassToAvoid, float pMaxDist, double pWalkSpeedModifier, double pSprintSpeedModifier) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Wolf