public abstract class LayerRenderer<T extends Entity,M extends EntityModel<T>>
extends java.lang.Object
Constructor and Description |
---|
LayerRenderer(IEntityRenderer<T,M> entityRendererIn) |
Modifier and Type | Method and Description |
---|---|
void |
bindTexture(ResourceLocation p_215333_1_) |
void |
func_215334_a(T p_215334_1_) |
M |
getEntityModel() |
abstract void |
render(T entityIn,
float p_212842_2_,
float p_212842_3_,
float p_212842_4_,
float p_212842_5_,
float p_212842_6_,
float p_212842_7_,
float p_212842_8_) |
abstract boolean |
shouldCombineTextures() |
public LayerRenderer(IEntityRenderer<T,M> entityRendererIn)
public M getEntityModel()
public void bindTexture(ResourceLocation p_215333_1_)
public void func_215334_a(T p_215334_1_)
public abstract void render(T entityIn, float p_212842_2_, float p_212842_3_, float p_212842_4_, float p_212842_5_, float p_212842_6_, float p_212842_7_, float p_212842_8_)
public abstract boolean shouldCombineTextures()