Uses of Class
net.minecraft.entity.passive.IronGolemEntity
Packages that use IronGolemEntity
-
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) protected voidIronGolemEntityRenderer.method_5785(IronGolemEntity ironGolemEntity, float float2) voidIronGolemEntityRenderer.render(IronGolemEntity ironGolemEntity, double double2, double double3, double double4, float float2, float float3) -
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)