public class TileEntityBeaconRenderer extends TileEntitySpecialRenderer
Constructor and Description |
---|
TileEntityBeaconRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
renderTileEntityAt(TileEntity par1TileEntity,
double par2,
double par4,
double par6,
float par8) |
void |
renderTileEntityBeaconAt(TileEntityBeacon par1TileEntityBeacon,
double par2,
double par4,
double par6,
float par8)
Render a beacon tile entity.
|
getFontRenderer, onWorldChange, setTileEntityRenderer
public void renderTileEntityBeaconAt(TileEntityBeacon par1TileEntityBeacon, double par2, double par4, double par6, float par8)
public void renderTileEntityAt(TileEntity par1TileEntity, double par2, double par4, double par6, float par8)
renderTileEntityAt
in class TileEntitySpecialRenderer