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.entity
Methods in net.minecraft.client.render.entity with parameters of type IronGolemEntityModifier and TypeMethodDescriptionvoid
IronGolemEntityRenderer.updateRenderState
(IronGolemEntity ironGolemEntity, IronGolemEntityRenderState ironGolemEntityRenderState, float float2) -
Uses of IronGolemEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type IronGolemEntity -
Uses of IronGolemEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as IronGolemEntityModifier and TypeFieldDescriptionprivate final IronGolemEntity
IronGolemLookGoal.golem
private final IronGolemEntity
TrackIronGolemTargetGoal.golem
Constructors in net.minecraft.entity.ai.goal with parameters of type IronGolemEntity -
Uses of IronGolemEntity in net.minecraft.entity.passive
Constructor parameters in net.minecraft.entity.passive with type arguments of type IronGolemEntityModifierConstructorDescriptionIronGolemEntity
(EntityType<? extends IronGolemEntity> type, World world)