Uses of Class
net.minecraft.entity.passive.IronGolemEntity
-
Uses of IronGolemEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type IronGolemEntity Modifier and Type Method Description Identifier
IronGolemEntityRenderer. 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
Methods in net.minecraft.client.render.entity.feature with parameters of type IronGolemEntity Modifier and Type Method Description void
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 IronGolemEntity Constructor Description IronGolemCrackFeatureRenderer(FeatureRendererContext<IronGolemEntity,IronGolemEntityModel<IronGolemEntity>> context)
IronGolemCrackFeatureRenderer(FeatureRendererContext<IronGolemEntity,IronGolemEntityModel<IronGolemEntity>> context)
IronGolemFlowerFeatureRenderer(FeatureRendererContext<IronGolemEntity,IronGolemEntityModel<IronGolemEntity>> context)
IronGolemFlowerFeatureRenderer(FeatureRendererContext<IronGolemEntity,IronGolemEntityModel<IronGolemEntity>> context)
-
Uses of IronGolemEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type IronGolemEntity Modifier and Type Class Description class
IronGolemEntityModel<T extends IronGolemEntity>
-
Uses of IronGolemEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type IronGolemEntity Modifier and Type Field Description static EntityType<IronGolemEntity>
EntityType. IRON_GOLEM
-
Uses of IronGolemEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as IronGolemEntity Modifier and Type Field Description private IronGolemEntity
IronGolemLookGoal. golem
private IronGolemEntity
TrackIronGolemTargetGoal. golem
Constructors in net.minecraft.entity.ai.goal with parameters of type IronGolemEntity Constructor Description IronGolemLookGoal(IronGolemEntity golem)
TrackIronGolemTargetGoal(IronGolemEntity golem)
-
Uses of IronGolemEntity in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return IronGolemEntity Modifier and Type Method Description private @Nullable IronGolemEntity
VillagerEntity. spawnIronGolem(ServerWorld world)
Constructor parameters in net.minecraft.entity.passive with type arguments of type IronGolemEntity Constructor Description IronGolemEntity(EntityType<? extends IronGolemEntity> type, World world)