Uses of Class
net.minecraft.entity.passive.IronGolemEntity
-
-
Uses of IronGolemEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type IronGolemEntity Modifier and Type Method Description ResourceLocation
IronGolemRenderer. 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 IronGolemEntity Modifier and Type Method Description void
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 IronGolemEntity Constructor Description IronGolemCracksLayer(IEntityRenderer<IronGolemEntity,IronGolemModel<IronGolemEntity>> p_i226040_1_)
IronGolemCracksLayer(IEntityRenderer<IronGolemEntity,IronGolemModel<IronGolemEntity>> p_i226040_1_)
IronGolenFlowerLayer(IEntityRenderer<IronGolemEntity,IronGolemModel<IronGolemEntity>> p_i50935_1_)
IronGolenFlowerLayer(IEntityRenderer<IronGolemEntity,IronGolemModel<IronGolemEntity>> p_i50935_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 Modifier and Type Class Description class
IronGolemModel<T extends IronGolemEntity>
-
Uses of IronGolemEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type IronGolemEntity Modifier and Type Field Description static EntityType<IronGolemEntity>
EntityType. IRON_GOLEM
-
Uses of IronGolemEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as IronGolemEntity Modifier and Type Field Description private IronGolemEntity
DefendVillageTargetGoal. golem
private IronGolemEntity
ShowVillagerFlowerGoal. golem
Constructors in net.minecraft.entity.ai.goal with parameters of type IronGolemEntity Constructor Description DefendVillageTargetGoal(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 IronGolemEntity Modifier and Type Method Description private 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 IronGolemEntity Constructor Description IronGolemEntity(EntityType<? extends IronGolemEntity> p_i50267_1_, World p_i50267_2_)
-