public abstract class Render extends Object
Constructor and Description |
---|
Render() |
Modifier and Type | Method and Description |
---|---|
abstract void |
doRender(Entity entity,
double d0,
double d1,
double d2,
float f,
float f1)
Actually renders the given argument.
|
void |
doRenderShadowAndFire(Entity par1Entity,
double par2,
double par4,
double par6,
float par8,
float par9)
Renders the entity's shadow and fire (if its on fire).
|
FontRenderer |
getFontRendererFromRenderManager()
Returns the font renderer from the set render manager
|
static void |
renderAABB(AxisAlignedBB par0AxisAlignedBB)
Adds to the tesselator a box using the aabb for the bounds.
|
static void |
renderOffsetAABB(AxisAlignedBB par0AxisAlignedBB,
double par1,
double par3,
double par5)
Renders a white box with the bounds of the AABB translated by the offset.
|
void |
setRenderManager(RenderManager par1RenderManager)
Sets the RenderManager.
|
void |
updateIcons(IconRegister par1IconRegister) |
public abstract void doRender(Entity entity, double d0, double d1, double d2, float f, float f1)
public static void renderOffsetAABB(AxisAlignedBB par0AxisAlignedBB, double par1, double par3, double par5)
public static void renderAABB(AxisAlignedBB par0AxisAlignedBB)
public void setRenderManager(RenderManager par1RenderManager)
public void doRenderShadowAndFire(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
public FontRenderer getFontRendererFromRenderManager()
public void updateIcons(IconRegister par1IconRegister)