Uses of Class
net.minecraft.entity.passive.IronGolemEntity
Packages that use IronGolemEntity
Package
Description
-
Uses of IronGolemEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type IronGolemEntityModifier and TypeMethodDescriptionprotected IdentifierIronGolemEntityRenderer.getTexture(IronGolemEntity ironGolemEntity) protected voidIronGolemEntityRenderer.method_5777(IronGolemEntity ironGolemEntity, 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 IronGolemEntityModifier and TypeMethodDescriptionvoidIronGolemFlowerFeatureRenderer.render(IronGolemEntity ironGolemEntity, float float2, float float3, float float4, float float5, float float6, float float7, float float8) -
Uses of IronGolemEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as IronGolemEntityModifier and TypeFieldDescription(package private) IronGolemEntityTrackIronGolemTargetGoal.field_3622private IronGolemEntityFollowGolemGoal.golemprivate IronGolemEntityIronGolemLookGoal.golemConstructors in net.minecraft.entity.ai.goal with parameters of type IronGolemEntityModifierConstructorDescriptionIronGolemLookGoal(IronGolemEntity golem) TrackIronGolemTargetGoal(IronGolemEntity ironGolemEntity)