public class RenderManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
debugBoundingBox |
java.util.Map |
entityRenderMap |
Entity |
field_147941_i |
static RenderManager |
instance |
ItemRenderer |
itemRenderer |
EntityLivingBase |
livingPlayer |
GameSettings |
options |
float |
playerViewX |
float |
playerViewY |
TextureManager |
renderEngine |
static double |
renderPosX |
static double |
renderPosY |
static double |
renderPosZ |
double |
viewerPosX |
double |
viewerPosY |
double |
viewerPosZ |
World |
worldObj |
Modifier and Type | Method and Description |
---|---|
void |
cacheActiveRenderInfo(World p_147938_1_,
TextureManager p_147938_2_,
FontRenderer p_147938_3_,
EntityLivingBase p_147938_4_,
Entity p_147938_5_,
GameSettings p_147938_6_,
float p_147938_7_) |
boolean |
func_147939_a(Entity p_147939_1_,
double p_147939_2_,
double p_147939_4_,
double p_147939_6_,
float p_147939_8_,
float p_147939_9_,
boolean p_147939_10_) |
double |
getDistanceToCamera(double par1,
double par3,
double par5) |
Render |
getEntityClassRenderObject(java.lang.Class par1Class) |
Render |
getEntityRenderObject(Entity par1Entity) |
FontRenderer |
getFontRenderer() |
boolean |
renderEntitySimple(Entity p_147937_1_,
float p_147937_2_) |
boolean |
renderEntityStatic(Entity p_147936_1_,
float p_147936_2_,
boolean p_147936_3_) |
boolean |
renderEntityWithPosYaw(Entity p_147940_1_,
double p_147940_2_,
double p_147940_4_,
double p_147940_6_,
float p_147940_8_,
float p_147940_9_) |
void |
set(World par1World) |
void |
updateIcons(IIconRegister par1IconRegister) |
public java.util.Map entityRenderMap
public static RenderManager instance
public static double renderPosX
public static double renderPosY
public static double renderPosZ
public TextureManager renderEngine
public ItemRenderer itemRenderer
public World worldObj
public EntityLivingBase livingPlayer
public Entity field_147941_i
public float playerViewY
public float playerViewX
public GameSettings options
public double viewerPosX
public double viewerPosY
public double viewerPosZ
public static boolean debugBoundingBox
public Render getEntityClassRenderObject(java.lang.Class par1Class)
public void cacheActiveRenderInfo(World p_147938_1_, TextureManager p_147938_2_, FontRenderer p_147938_3_, EntityLivingBase p_147938_4_, Entity p_147938_5_, GameSettings p_147938_6_, float p_147938_7_)
public boolean renderEntitySimple(Entity p_147937_1_, float p_147937_2_)
public boolean renderEntityStatic(Entity p_147936_1_, float p_147936_2_, boolean p_147936_3_)
public boolean renderEntityWithPosYaw(Entity p_147940_1_, double p_147940_2_, double p_147940_4_, double p_147940_6_, float p_147940_8_, float p_147940_9_)
public boolean func_147939_a(Entity p_147939_1_, double p_147939_2_, double p_147939_4_, double p_147939_6_, float p_147939_8_, float p_147939_9_, boolean p_147939_10_)
public void set(World par1World)
public double getDistanceToCamera(double par1, double par3, double par5)
public FontRenderer getFontRenderer()
public void updateIcons(IIconRegister par1IconRegister)