public abstract class TileEntitySpecialRenderer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static ResourceLocation[] |
DESTROY_STAGES |
protected TileEntityRendererDispatcher |
rendererDispatcher |
Constructor and Description |
---|
TileEntitySpecialRenderer() |
Modifier and Type | Method and Description |
---|---|
protected void |
bindTexture(ResourceLocation p_147499_1_) |
FontRenderer |
getFontRenderer() |
protected World |
getWorld() |
abstract void |
renderTileEntityAt(TileEntity p_180535_1_,
double posX,
double posZ,
double p_180535_6_,
float p_180535_8_,
int p_180535_9_) |
void |
setRendererDispatcher(TileEntityRendererDispatcher p_147497_1_) |
protected static final ResourceLocation[] DESTROY_STAGES
protected TileEntityRendererDispatcher rendererDispatcher
public abstract void renderTileEntityAt(TileEntity p_180535_1_, double posX, double posZ, double p_180535_6_, float p_180535_8_, int p_180535_9_)
protected void bindTexture(ResourceLocation p_147499_1_)
protected World getWorld()
public void setRendererDispatcher(TileEntityRendererDispatcher p_147497_1_)
public FontRenderer getFontRenderer()