public abstract class TileEntitySpecialRenderer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected TileEntityRenderer |
tileEntityRenderer
The TileEntityRenderer instance associated with this TileEntitySpecialRenderer
|
Constructor and Description |
---|
TileEntitySpecialRenderer() |
Modifier and Type | Method and Description |
---|---|
protected void |
bindTexture(ResourceLocation par1ResourceLocation) |
FontRenderer |
getFontRenderer() |
void |
onWorldChange(World par1World)
Called when the ingame world being rendered changes (e.g.
|
abstract void |
renderTileEntityAt(TileEntity tileentity,
double d0,
double d1,
double d2,
float f) |
void |
setTileEntityRenderer(TileEntityRenderer par1TileEntityRenderer)
Associate a TileEntityRenderer with this TileEntitySpecialRenderer
|
protected TileEntityRenderer tileEntityRenderer
public abstract void renderTileEntityAt(TileEntity tileentity, double d0, double d1, double d2, float f)
protected void bindTexture(ResourceLocation par1ResourceLocation)
public void setTileEntityRenderer(TileEntityRenderer par1TileEntityRenderer)
public void onWorldChange(World par1World)
public FontRenderer getFontRenderer()