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