Class IronGolemCracksLayer
- java.lang.Object
-
- net.minecraft.client.renderer.entity.layers.LayerRenderer<IronGolemEntity,IronGolemModel<IronGolemEntity>>
-
- net.minecraft.client.renderer.entity.layers.IronGolemCracksLayer
-
public class IronGolemCracksLayer extends LayerRenderer<IronGolemEntity,IronGolemModel<IronGolemEntity>>
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Map<IronGolemEntity.Cracks,ResourceLocation>
resourceLocations
-
Constructor Summary
Constructors Constructor Description IronGolemCracksLayer(IEntityRenderer<IronGolemEntity,IronGolemModel<IronGolemEntity>> p_i226040_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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_)
-
Methods inherited from class net.minecraft.client.renderer.entity.layers.LayerRenderer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
-
-
-
-
Field Detail
-
resourceLocations
private static final java.util.Map<IronGolemEntity.Cracks,ResourceLocation> resourceLocations
-
-
Constructor Detail
-
IronGolemCracksLayer
public IronGolemCracksLayer(IEntityRenderer<IronGolemEntity,IronGolemModel<IronGolemEntity>> p_i226040_1_)
-
-
Method Detail
-
render
public void 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_)
- Specified by:
render
in classLayerRenderer<IronGolemEntity,IronGolemModel<IronGolemEntity>>
-
-