public class HeadLayer<T extends LivingEntity,M extends EntityModel<T> & IHasHead> extends LayerRenderer<T,M>
Constructor and Description |
---|
HeadLayer(IEntityRenderer<T,M> p_i50946_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
public HeadLayer(IEntityRenderer<T,M> p_i50946_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,M extends EntityModel<T> & IHasHead>