Uses of Class
net.minecraft.entity.passive.IronGolemEntity
Packages that use IronGolemEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of IronGolemEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type IronGolemEntityModifier and TypeMethodDescriptionIronGolemEntityRenderer.getTexture
(IronGolemEntity ironGolemEntity) protected void
IronGolemEntityRenderer.setupTransforms
(IronGolemEntity ironGolemEntity, MatrixStack matrixStack, float float2, float float3, float float4, float float5) -
Uses of IronGolemEntity in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type IronGolemEntityModifier and TypeMethodDescriptionvoid
IronGolemCrackFeatureRenderer.render
(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, IronGolemEntity ironGolemEntity, float float2, float float3, float float4, float float5, float float6, float float7) void
IronGolemFlowerFeatureRenderer.render
(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, IronGolemEntity ironGolemEntity, float float2, float float3, float float4, float float5, float float6, float float7) Constructor parameters in net.minecraft.client.render.entity.feature with type arguments of type IronGolemEntityModifierConstructorDescriptionIronGolemCrackFeatureRenderer
(FeatureRendererContext<IronGolemEntity, IronGolemEntityModel<IronGolemEntity>> context) IronGolemCrackFeatureRenderer
(FeatureRendererContext<IronGolemEntity, IronGolemEntityModel<IronGolemEntity>> context) IronGolemFlowerFeatureRenderer
(FeatureRendererContext<IronGolemEntity, IronGolemEntityModel<IronGolemEntity>> context, BlockRenderManager blockRenderManager) IronGolemFlowerFeatureRenderer
(FeatureRendererContext<IronGolemEntity, IronGolemEntityModel<IronGolemEntity>> context, BlockRenderManager blockRenderManager) -
Uses of IronGolemEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type IronGolemEntity -
Uses of IronGolemEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type IronGolemEntity -
Uses of IronGolemEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as IronGolemEntityModifier and TypeFieldDescriptionprivate final IronGolemEntity
IronGolemLookGoal.golem
private final IronGolemEntity
TrackIronGolemTargetGoal.golem
Constructors in net.minecraft.entity.ai.goal with parameters of type IronGolemEntity -
Uses of IronGolemEntity in net.minecraft.entity.passive
Constructor parameters in net.minecraft.entity.passive with type arguments of type IronGolemEntityModifierConstructorDescriptionIronGolemEntity
(EntityType<? extends IronGolemEntity> type, World world)