Uses of Class
net.minecraft.entity.passive.IronGolemEntity
Packages that use IronGolemEntity
Package
Description
The basic AI system for Minecraft living entities.
- 
Uses of IronGolemEntity in net.minecraft.client.render.entityMethods in net.minecraft.client.render.entity with parameters of type IronGolemEntityModifier and TypeMethodDescriptionvoidIronGolemEntityRenderer.updateRenderState(IronGolemEntity ironGolemEntity, IronGolemEntityRenderState ironGolemEntityRenderState, float float2) 
- 
Uses of IronGolemEntity in net.minecraft.entityFields in net.minecraft.entity with type parameters of type IronGolemEntity
- 
Uses of IronGolemEntity in net.minecraft.entity.ai.goalFields in net.minecraft.entity.ai.goal declared as IronGolemEntityModifier and TypeFieldDescriptionprivate final IronGolemEntityIronGolemLookGoal.golemprivate final IronGolemEntityTrackIronGolemTargetGoal.golemConstructors in net.minecraft.entity.ai.goal with parameters of type IronGolemEntity
- 
Uses of IronGolemEntity in net.minecraft.entity.passiveConstructor parameters in net.minecraft.entity.passive with type arguments of type IronGolemEntityModifierConstructorDescriptionIronGolemEntity(EntityType<? extends IronGolemEntity> type, World world)