Uses of Class
net.minecraft.entity.passive.IronGolemEntity
Packages that use IronGolemEntity
Package
Description
-
Uses of IronGolemEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type IronGolemEntityModifier and TypeMethodDescriptionIronGolemRenderer.getTextureLocation
(IronGolemEntity p_110775_1_) protected void
IronGolemRenderer.setupRotations
(IronGolemEntity p_225621_1_, MatrixStack p_225621_2_, float p_225621_3_, float p_225621_4_, float p_225621_5_) -
Uses of IronGolemEntity in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type IronGolemEntityModifier and TypeMethodDescriptionvoid
IronGolemCracksLayer.render
(MatrixStack p_225628_1_, IRenderTypeBuffer p_225628_2_, int p_225628_3_, IronGolemEntity p_225628_4_, float p_225628_5_, float p_225628_6_, float p_225628_7_, float p_225628_8_, float p_225628_9_, float p_225628_10_) void
IronGolenFlowerLayer.render
(MatrixStack p_225628_1_, IRenderTypeBuffer p_225628_2_, int p_225628_3_, IronGolemEntity p_225628_4_, float p_225628_5_, float p_225628_6_, float p_225628_7_, float p_225628_8_, float p_225628_9_, float p_225628_10_) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type IronGolemEntityModifierConstructorDescriptionIronGolemCracksLayer
(IEntityRenderer<IronGolemEntity, IronGolemModel<IronGolemEntity>> p_i226040_1_) IronGolemCracksLayer
(IEntityRenderer<IronGolemEntity, IronGolemModel<IronGolemEntity>> p_i226040_1_) -
Uses of IronGolemEntity in net.minecraft.client.renderer.entity.model
Classes in net.minecraft.client.renderer.entity.model with type parameters of type IronGolemEntity -
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
DefendVillageTargetGoal.golem
private final IronGolemEntity
ShowVillagerFlowerGoal.golem
Constructors in net.minecraft.entity.ai.goal with parameters of type IronGolemEntityModifierConstructorDescriptionDefendVillageTargetGoal
(IronGolemEntity p_i1659_1_) ShowVillagerFlowerGoal
(IronGolemEntity p_i1643_1_) -
Uses of IronGolemEntity in net.minecraft.entity.merchant.villager
Methods in net.minecraft.entity.merchant.villager that return IronGolemEntityModifier and TypeMethodDescriptionprivate IronGolemEntity
VillagerEntity.trySpawnGolem
(ServerWorld p_213759_1_) -
Uses of IronGolemEntity in net.minecraft.entity.passive
Constructor parameters in net.minecraft.entity.passive with type arguments of type IronGolemEntityModifierConstructorDescriptionIronGolemEntity
(EntityType<? extends IronGolemEntity> p_i50267_1_, World p_i50267_2_)