package net.minecraft.client.renderer.entity.layers;
import net.minecraft.entity.EntityLivingBase;
public interface LayerRenderer
{
void doRenderLayer(EntityLivingBase p_177141_1_, float p_177141_2_, float p_177141_3_, float p_177141_4_, float p_177141_5_, float p_177141_6_, float p_177141_7_, float p_177141_8_);
boolean shouldCombineTextures();
}