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 entity) Returns the location of an entity's texture.protected void
IronGolemRenderer.setupRotations
(IronGolem entity, PoseStack poseStack, float bob, float yBodyRot, float partialTick, float scale) -
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 poseStack, MultiBufferSource buffer, int packedLight, IronGolem livingEntity, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch) void
IronGolemFlowerLayer.render
(PoseStack poseStack, MultiBufferSource buffer, int packedLight, IronGolem 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 IronGolemModifierConstructorDescriptionIronGolemFlowerLayer
(RenderLayerParent<IronGolem, IronGolemModel<IronGolem>> renderer, BlockRenderDispatcher blockRenderer) IronGolemFlowerLayer
(RenderLayerParent<IronGolem, IronGolemModel<IronGolem>> renderer, BlockRenderDispatcher blockRenderer) -
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 IronGolem