public class TileEntityRendererDispatcher
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Entity |
entity |
float |
entityPitch |
double |
entityX |
double |
entityY |
float |
entityYaw |
double |
entityZ |
static TileEntityRendererDispatcher |
instance |
java.util.Map |
mapSpecialRenderers |
TextureManager |
renderEngine |
static double |
staticPlayerX |
static double |
staticPlayerY |
static double |
staticPlayerZ |
World |
worldObj |
Modifier and Type | Method and Description |
---|---|
void |
cacheActiveRenderInfo(World worldIn,
TextureManager p_178470_2_,
FontRenderer p_178470_3_,
Entity p_178470_4_,
float p_178470_5_) |
FontRenderer |
getFontRenderer() |
TileEntitySpecialRenderer |
getSpecialRenderer(TileEntity p_147547_1_) |
TileEntitySpecialRenderer |
getSpecialRendererByClass(java.lang.Class p_147546_1_) |
boolean |
hasSpecialRenderer(TileEntity p_147545_1_) |
void |
renderTileEntity(TileEntity p_180546_1_,
float p_180546_2_,
int p_180546_3_) |
void |
renderTileEntityAt(TileEntity p_147549_1_,
double p_147549_2_,
double p_147549_4_,
double p_147549_6_,
float p_147549_8_) |
void |
renderTileEntityAt(TileEntity p_178469_1_,
double p_178469_2_,
double p_178469_4_,
double p_178469_6_,
float p_178469_8_,
int p_178469_9_) |
void |
setWorld(World worldIn) |
public java.util.Map mapSpecialRenderers
public static TileEntityRendererDispatcher instance
public static double staticPlayerX
public static double staticPlayerY
public static double staticPlayerZ
public TextureManager renderEngine
public World worldObj
public Entity entity
public float entityYaw
public float entityPitch
public double entityX
public double entityY
public double entityZ
public TileEntitySpecialRenderer getSpecialRendererByClass(java.lang.Class p_147546_1_)
public boolean hasSpecialRenderer(TileEntity p_147545_1_)
public TileEntitySpecialRenderer getSpecialRenderer(TileEntity p_147547_1_)
public void cacheActiveRenderInfo(World worldIn, TextureManager p_178470_2_, FontRenderer p_178470_3_, Entity p_178470_4_, float p_178470_5_)
public void renderTileEntity(TileEntity p_180546_1_, float p_180546_2_, int p_180546_3_)
public void renderTileEntityAt(TileEntity p_147549_1_, double p_147549_2_, double p_147549_4_, double p_147549_6_, float p_147549_8_)
public void renderTileEntityAt(TileEntity p_178469_1_, double p_178469_2_, double p_178469_4_, double p_178469_6_, float p_178469_8_, int p_178469_9_)
public void setWorld(World worldIn)
public FontRenderer getFontRenderer()