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 p_78714_1_,
double p_78714_3_,
double p_78714_5_) |
Render |
getEntityClassRenderObject(java.lang.Class p_78715_1_) |
Render |
getEntityRenderObject(Entity p_78713_1_) |
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 p_78717_1_) |
void |
updateIcons(IIconRegister p_94178_1_) |
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 p_78715_1_)
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 p_78717_1_)
public double getDistanceToCamera(double p_78714_1_, double p_78714_3_, double p_78714_5_)
public FontRenderer getFontRenderer()
public void updateIcons(IIconRegister p_94178_1_)