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 pEntity) Returns the location of an entity's texture.protected void
IronGolemRenderer.setupRotations
(IronGolem pEntity, PoseStack pPoseStack, float pBob, float pYBodyRot, float pPartialTick, float pScale) -
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 pPoseStack, MultiBufferSource pBuffer, int pPackedLight, IronGolem pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTicks, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) void
IronGolemFlowerLayer.render
(PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, IronGolem 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 IronGolemModifierConstructorDescriptionIronGolemFlowerLayer
(RenderLayerParent<IronGolem, IronGolemModel<IronGolem>> pRenderer, BlockRenderDispatcher pBlockRenderer) IronGolemFlowerLayer
(RenderLayerParent<IronGolem, IronGolemModel<IronGolem>> pRenderer, BlockRenderDispatcher pBlockRenderer) -
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> pEntityType, Level pLevel)