public class TropicalFishPatternLayer extends LayerRenderer<TropicalFishEntity,EntityModel<TropicalFishEntity>>
| Modifier and Type | Field and Description |
|---|---|
private TropicalFishAModel<TropicalFishEntity> |
modelA |
private TropicalFishBModel<TropicalFishEntity> |
modelB |
| Constructor and Description |
|---|
TropicalFishPatternLayer(IEntityRenderer<TropicalFishEntity,EntityModel<TropicalFishEntity>> p_i50918_1_) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn,
TropicalFishEntity entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch) |
getEntityModel, getEntityTexture, renderCopyCutoutModel, renderCutoutModelprivate final TropicalFishAModel<TropicalFishEntity> modelA
private final TropicalFishBModel<TropicalFishEntity> modelB
public TropicalFishPatternLayer(IEntityRenderer<TropicalFishEntity,EntityModel<TropicalFishEntity>> p_i50918_1_)
public void render(MatrixStack matrixStackIn, IRenderTypeBuffer bufferIn, int packedLightIn, TropicalFishEntity entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch)
render in class LayerRenderer<TropicalFishEntity,EntityModel<TropicalFishEntity>>