Uses of Class
net.minecraft.entity.passive.IronGolemEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of IronGolemEntity in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionIronGolemEntityRenderer.getTexture
(IronGolemEntity ironGolemEntity) protected void
IronGolemEntityRenderer.setupTransforms
(IronGolemEntity ironGolemEntity, MatrixStack matrixStack, float float2, float float3, float float4) -
Uses of IronGolemEntity in net.minecraft.client.render.entity.feature
Modifier 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) ModifierConstructorDescriptionIronGolemCrackFeatureRenderer
(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
-
Uses of IronGolemEntity in net.minecraft.entity
-
Uses of IronGolemEntity in net.minecraft.entity.ai.goal
Modifier and TypeFieldDescriptionprivate final IronGolemEntity
IronGolemLookGoal.golem
private final IronGolemEntity
TrackIronGolemTargetGoal.golem
-
Uses of IronGolemEntity in net.minecraft.entity.passive
ModifierConstructorDescriptionIronGolemEntity
(EntityType<? extends IronGolemEntity> type, World world)