public class SlimeGelLayer<T extends LivingEntity> extends LayerRenderer<T,SlimeModel<T>>
Modifier and Type | Field and Description |
---|---|
private EntityModel<T> |
slimeModel |
Constructor and Description |
---|
SlimeGelLayer(IEntityRenderer<T,SlimeModel<T>> p_i50923_1_) |
Modifier and Type | Method and Description |
---|---|
void |
render(MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn,
T entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch) |
getEntityModel, getEntityTexture, renderCopyCutoutModel, renderCutoutModel
private final EntityModel<T extends LivingEntity> slimeModel
public SlimeGelLayer(IEntityRenderer<T,SlimeModel<T>> p_i50923_1_)
public void render(MatrixStack matrixStackIn, IRenderTypeBuffer bufferIn, int packedLightIn, T entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch)
render
in class LayerRenderer<T extends LivingEntity,SlimeModel<T extends LivingEntity>>