public class MooshroomMushroomLayer<T extends MooshroomEntity> extends LayerRenderer<T,CowModel<T>>
| コンストラクタと説明 | 
|---|
| MooshroomMushroomLayer(IEntityRenderer<T,CowModel<T>> rendererIn) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | render(com.mojang.blaze3d.matrix.MatrixStack matrixStackIn,
      IRenderTypeBuffer bufferIn,
      int packedLightIn,
      T entitylivingbaseIn,
      float limbSwing,
      float limbSwingAmount,
      float partialTicks,
      float ageInTicks,
      float netHeadYaw,
      float headPitch) | 
getEntityModel, getEntityTexture, renderCopyCutoutModel, renderCutoutModelpublic MooshroomMushroomLayer(IEntityRenderer<T,CowModel<T>> rendererIn)
public void render(com.mojang.blaze3d.matrix.MatrixStack matrixStackIn,
                   IRenderTypeBuffer bufferIn,
                   int packedLightIn,
                   T entitylivingbaseIn,
                   float limbSwing,
                   float limbSwingAmount,
                   float partialTicks,
                   float ageInTicks,
                   float netHeadYaw,
                   float headPitch)
render クラス内 LayerRenderer<T extends MooshroomEntity,CowModel<T extends MooshroomEntity>>