public class LayerCreeperCharge extends java.lang.Object implements LayerRenderer<EntityCreeper>
Modifier and Type | Field and Description |
---|---|
private ModelCreeper |
creeperModel |
private RenderCreeper |
creeperRenderer |
private static ResourceLocation |
LIGHTNING_TEXTURE |
Constructor and Description |
---|
LayerCreeperCharge(RenderCreeper creeperRendererIn) |
Modifier and Type | Method and Description |
---|---|
void |
doRenderLayer(EntityCreeper entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
boolean |
shouldCombineTextures() |
private static final ResourceLocation LIGHTNING_TEXTURE
private final RenderCreeper creeperRenderer
private final ModelCreeper creeperModel
public LayerCreeperCharge(RenderCreeper creeperRendererIn)
public void doRenderLayer(EntityCreeper entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch, float scale)
doRenderLayer
in interface LayerRenderer<EntityCreeper>
public boolean shouldCombineTextures()
shouldCombineTextures
in interface LayerRenderer<EntityCreeper>