public class LayerEnderDragonEyes extends java.lang.Object implements LayerRenderer<EntityDragon>
Modifier and Type | Field and Description |
---|---|
private RenderDragon |
dragonRenderer |
private static ResourceLocation |
TEXTURE |
Constructor and Description |
---|
LayerEnderDragonEyes(RenderDragon dragonRendererIn) |
Modifier and Type | Method and Description |
---|---|
void |
doRenderLayer(EntityDragon entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
boolean |
shouldCombineTextures() |
private static final ResourceLocation TEXTURE
private final RenderDragon dragonRenderer
public LayerEnderDragonEyes(RenderDragon dragonRendererIn)
public void doRenderLayer(EntityDragon entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch, float scale)
doRenderLayer
in interface LayerRenderer<EntityDragon>
public boolean shouldCombineTextures()
shouldCombineTextures
in interface LayerRenderer<EntityDragon>