public class TileEntitySkullRenderer extends TileEntitySpecialRenderer
| Modifier and Type | Field and Description |
|---|---|
static TileEntitySkullRenderer |
skullRenderer |
| Constructor and Description |
|---|
TileEntitySkullRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
func_82393_a(float par1,
float par2,
float par3,
int par4,
float par5,
int par6,
String par7Str) |
void |
renderTileEntityAt(TileEntity par1TileEntity,
double par2,
double par4,
double par6,
float par8) |
void |
renderTileEntitySkullAt(TileEntitySkull par1TileEntitySkull,
double par2,
double par4,
double par6,
float par8)
Render a skull tile entity.
|
void |
setTileEntityRenderer(TileEntityRenderer par1TileEntityRenderer)
Associate a TileEntityRenderer with this TileEntitySpecialRenderer
|
getFontRenderer, onWorldChangepublic static TileEntitySkullRenderer skullRenderer
public void renderTileEntitySkullAt(TileEntitySkull par1TileEntitySkull, double par2, double par4, double par6, float par8)
public void setTileEntityRenderer(TileEntityRenderer par1TileEntityRenderer)
setTileEntityRenderer in class TileEntitySpecialRendererpublic void func_82393_a(float par1,
float par2,
float par3,
int par4,
float par5,
int par6,
String par7Str)
public void renderTileEntityAt(TileEntity par1TileEntity, double par2, double par4, double par6, float par8)
renderTileEntityAt in class TileEntitySpecialRenderer