Uses of Class
net.minecraft.world.entity.animal.IronGolem
Packages that use IronGolem
Package
Description
-
Uses of IronGolem in net.minecraft.client.model
Classes in net.minecraft.client.model with type parameters of type IronGolem -
Uses of IronGolem in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type IronGolemModifier and TypeMethodDescriptionIronGolemRenderer.getTextureLocation
(IronGolem p_115012_) protected void
IronGolemRenderer.setupRotations
(IronGolem p_115014_, PoseStack p_115015_, float p_115016_, float p_115017_, float p_115018_) -
Uses of IronGolem in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type IronGolemModifier and TypeMethodDescriptionvoid
IronGolemCrackinessLayer.render
(PoseStack p_117148_, MultiBufferSource p_117149_, int p_117150_, IronGolem p_117151_, float p_117152_, float p_117153_, float p_117154_, float p_117155_, float p_117156_, float p_117157_) void
IronGolemFlowerLayer.render
(PoseStack p_117172_, MultiBufferSource p_117173_, int p_117174_, IronGolem p_117175_, float p_117176_, float p_117177_, float p_117178_, float p_117179_, float p_117180_, float p_117181_) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type IronGolemModifierConstructorDescriptionIronGolemFlowerLayer
(RenderLayerParent<IronGolem, IronGolemModel<IronGolem>> p_234842_, BlockRenderDispatcher p_234843_) IronGolemFlowerLayer
(RenderLayerParent<IronGolem, IronGolemModel<IronGolem>> p_234842_, BlockRenderDispatcher p_234843_) -
Uses of IronGolem in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type IronGolem -
Uses of IronGolem in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as IronGolemConstructors in net.minecraft.world.entity.ai.goal with parameters of type IronGolem -
Uses of IronGolem in net.minecraft.world.entity.ai.goal.target
Fields in net.minecraft.world.entity.ai.goal.target declared as IronGolemConstructors in net.minecraft.world.entity.ai.goal.target with parameters of type IronGolem -
Uses of IronGolem in net.minecraft.world.entity.animal
Constructor parameters in net.minecraft.world.entity.animal with type arguments of type IronGolemModifierConstructorDescriptionIronGolem
(EntityType<? extends IronGolem> p_28834_, Level p_28835_)