public abstract class AbstractEyesLayer<T extends Entity,M extends EntityModel<T>> extends LayerRenderer<T,M>
Constructor and Description |
---|
AbstractEyesLayer(IEntityRenderer<T,M> p_i226039_1_) |
Modifier and Type | Method and Description |
---|---|
abstract RenderType |
getRenderType() |
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 AbstractEyesLayer(IEntityRenderer<T,M> p_i226039_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 Entity,M extends EntityModel<T>>
public abstract RenderType getRenderType()