Uses of Class
net.minecraft.entity.passive.IronGolemEntity
Package
Description
-
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) -
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
Modifier and TypeMethodDescriptionprivate @Nullable IronGolemEntity
VillagerEntity.spawnIronGolem
(ServerWorld world) ModifierConstructorDescriptionIronGolemEntity
(EntityType<? extends IronGolemEntity> type, World world)