public class CrossedArmsItemLayer<T extends LivingEntity,M extends EntityModel<T>> extends LayerRenderer<T,M>
Constructor and Description |
---|
CrossedArmsItemLayer(IEntityRenderer<T,M> p_i226037_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 CrossedArmsItemLayer(IEntityRenderer<T,M> p_i226037_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>>