public class TileEntityRenderer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
EntityLiving |
entityLivingPlayer |
static TileEntityRenderer |
instance |
float |
playerPitch |
double |
playerX |
double |
playerY |
float |
playerYaw |
double |
playerZ |
RenderEngine |
renderEngine |
static double |
staticPlayerX |
static double |
staticPlayerY |
static double |
staticPlayerZ |
World |
worldObj |
Modifier and Type | Method and Description |
---|---|
void |
cacheActiveRenderInfo(World world,
RenderEngine renderengine,
FontRenderer fontrenderer,
EntityLiving entityliving,
float f) |
void |
func_31072_a(World world) |
FontRenderer |
getFontRenderer() |
TileEntitySpecialRenderer |
getSpecialRendererForClass(java.lang.Class class1) |
TileEntitySpecialRenderer |
getSpecialRendererForEntity(TileEntity tileentity) |
boolean |
hasSpecialRenderer(TileEntity tileentity) |
void |
renderTileEntity(TileEntity tileentity,
float f) |
void |
renderTileEntityAt(TileEntity tileentity,
double d,
double d1,
double d2,
float f) |
public static TileEntityRenderer instance
public static double staticPlayerX
public static double staticPlayerY
public static double staticPlayerZ
public RenderEngine renderEngine
public World worldObj
public EntityLiving entityLivingPlayer
public float playerYaw
public float playerPitch
public double playerX
public double playerY
public double playerZ
public TileEntitySpecialRenderer getSpecialRendererForClass(java.lang.Class class1)
public boolean hasSpecialRenderer(TileEntity tileentity)
public TileEntitySpecialRenderer getSpecialRendererForEntity(TileEntity tileentity)
public void cacheActiveRenderInfo(World world, RenderEngine renderengine, FontRenderer fontrenderer, EntityLiving entityliving, float f)
public void renderTileEntity(TileEntity tileentity, float f)
public void renderTileEntityAt(TileEntity tileentity, double d, double d1, double d2, float f)
public void func_31072_a(World world)
public FontRenderer getFontRenderer()