public abstract class TileEntitySpecialRenderer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected TileEntityRendererDispatcher |
field_147501_a |
Constructor and Description |
---|
TileEntitySpecialRenderer() |
Modifier and Type | Method and Description |
---|---|
protected void |
bindTexture(ResourceLocation p_147499_1_) |
void |
func_147496_a(World p_147496_1_) |
void |
func_147497_a(TileEntityRendererDispatcher p_147497_1_) |
FontRenderer |
func_147498_b() |
abstract void |
renderTileEntityAt(TileEntity p_147500_1_,
double p_147500_2_,
double p_147500_4_,
double p_147500_6_,
float p_147500_8_) |
protected TileEntityRendererDispatcher field_147501_a
public abstract void renderTileEntityAt(TileEntity p_147500_1_, double p_147500_2_, double p_147500_4_, double p_147500_6_, float p_147500_8_)
protected void bindTexture(ResourceLocation p_147499_1_)
public void func_147497_a(TileEntityRendererDispatcher p_147497_1_)
public void func_147496_a(World p_147496_1_)
public FontRenderer func_147498_b()