Uses of Class
net.minecraft.entity.passive.IronGolemEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of IronGolemEntity in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionvoid
IronGolemEntityRenderer.updateRenderState
(IronGolemEntity ironGolemEntity, IronGolemEntityRenderState ironGolemEntityRenderState, float float2) -
Uses of IronGolemEntity in net.minecraft.entity
-
Uses of IronGolemEntity in net.minecraft.entity.ai.goal
Modifier and TypeFieldDescriptionprivate final IronGolemEntity
IronGolemLookGoal.golem
private final IronGolemEntity
TrackIronGolemTargetGoal.golem
-
Uses of IronGolemEntity in net.minecraft.entity.passive
ModifierConstructorDescriptionIronGolemEntity
(EntityType<? extends IronGolemEntity> type, World world)