Uses of Class
net.minecraft.world.entity.animal.IronGolem
Packages that use IronGolem
Package
Description
- 
Uses of IronGolem in net.minecraft.client.modelClasses in net.minecraft.client.model with type parameters of type IronGolem
- 
Uses of IronGolem in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type IronGolemModifier and TypeMethodDescriptionIronGolemRenderer.getTextureLocation(IronGolem p_115012_) protected voidIronGolemRenderer.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.layersMethods in net.minecraft.client.renderer.entity.layers with parameters of type IronGolemModifier and TypeMethodDescriptionvoidIronGolemCrackinessLayer.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_) voidIronGolemFlowerLayer.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.entityFields in net.minecraft.world.entity with type parameters of type IronGolem
- 
Uses of IronGolem in net.minecraft.world.entity.ai.goalFields 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.targetFields 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.animalConstructor parameters in net.minecraft.world.entity.animal with type arguments of type IronGolemModifierConstructorDescriptionIronGolem(EntityType<? extends IronGolem> p_28834_, Level p_28835_)