public class LayerPhantomEyes extends java.lang.Object implements LayerRenderer<EntityPhantom>
| Constructor and Description |
|---|
LayerPhantomEyes(RenderPhantom phantomRenderer) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(EntityPhantom entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
boolean |
shouldCombineTextures() |
public LayerPhantomEyes(RenderPhantom phantomRenderer)
public void render(EntityPhantom entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch, float scale)
render in interface LayerRenderer<EntityPhantom>public boolean shouldCombineTextures()
shouldCombineTextures in interface LayerRenderer<EntityPhantom>