YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.client.renderer.entity.RenderMooshroom Class Reference
Inheritance diagram for net.minecraft.client.renderer.entity.RenderMooshroom:
net.minecraft.client.renderer.entity.RenderLiving net.minecraft.client.renderer.entity.Render

Public Member Functions

 RenderMooshroom (ModelBase par1ModelBase, float par2)
 
void renderLivingMooshroom (EntityMooshroom par1EntityMooshroom, double par2, double par4, double par6, float par8, float par9)
 
void doRenderLiving (EntityLiving par1EntityLiving, double par2, double par4, double par6, float par8, float par9)
 
void doRender (Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
 
- Public Member Functions inherited from net.minecraft.client.renderer.entity.RenderLiving
 RenderLiving (ModelBase par1ModelBase, float par2)
 
void setRenderPassModel (ModelBase par1ModelBase)
 
void doRenderLiving (EntityLiving par1EntityLiving, double par2, double par4, double par6, float par8, float par9)
 
- Public Member Functions inherited from net.minecraft.client.renderer.entity.Render
void setRenderManager (RenderManager par1RenderManager)
 
void doRenderShadowAndFire (Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
 
FontRenderer getFontRendererFromRenderManager ()
 
void updateIcons (IconRegister par1IconRegister)
 

Protected Member Functions

void renderMooshroomEquippedItems (EntityMooshroom par1EntityMooshroom, float par2)
 
void renderEquippedItems (EntityLiving par1EntityLiving, float par2)
 
- Protected Member Functions inherited from net.minecraft.client.renderer.entity.RenderLiving
void renderModel (EntityLiving par1EntityLiving, float par2, float par3, float par4, float par5, float par6, float par7)
 
void func_98190_a (EntityLiving par1EntityLiving)
 
void renderLivingAt (EntityLiving par1EntityLiving, double par2, double par4, double par6)
 
void rotateCorpse (EntityLiving par1EntityLiving, float par2, float par3, float par4)
 
float renderSwingProgress (EntityLiving par1EntityLiving, float par2)
 
float handleRotationFloat (EntityLiving par1EntityLiving, float par2)
 
void renderEquippedItems (EntityLiving par1EntityLiving, float par2)
 
void renderArrowsStuckInEntity (EntityLiving par1EntityLiving, float par2)
 
int inheritRenderPass (EntityLiving par1EntityLiving, int par2, float par3)
 
int shouldRenderPass (EntityLiving par1EntityLiving, int par2, float par3)
 
void func_82408_c (EntityLiving par1EntityLiving, int par2, float par3)
 
float getDeathMaxRotation (EntityLiving par1EntityLiving)
 
int getColorMultiplier (EntityLiving par1EntityLiving, float par2, float par3)
 
void preRenderCallback (EntityLiving par1EntityLiving, float par2)
 
void passSpecialRender (EntityLiving par1EntityLiving, double par2, double par4, double par6)
 
void func_96449_a (EntityLiving par1EntityLiving, double par2, double par4, double par6, String par8Str, float par9, double par10)
 
void renderLivingLabel (EntityLiving par1EntityLiving, String par2Str, double par3, double par5, double par7, int par9)
 
- Protected Member Functions inherited from net.minecraft.client.renderer.entity.Render
void loadTexture (String par1Str)
 
boolean loadDownloadableImageTexture (String par1Str, String par2Str)
 

Additional Inherited Members

- Static Public Member Functions inherited from net.minecraft.client.renderer.entity.Render
static void renderOffsetAABB (AxisAlignedBB par0AxisAlignedBB, double par1, double par3, double par5)
 
static void renderAABB (AxisAlignedBB par0AxisAlignedBB)
 
- Static Public Attributes inherited from net.minecraft.client.renderer.entity.RenderLiving
static float NAME_TAG_RANGE = 64.0f
 
static float NAME_TAG_RANGE_SNEAK = 32.0f
 
- Protected Attributes inherited from net.minecraft.client.renderer.entity.RenderLiving
ModelBase mainModel
 
ModelBase renderPassModel
 

Constructor & Destructor Documentation

net.minecraft.client.renderer.entity.RenderMooshroom.RenderMooshroom ( ModelBase  par1ModelBase,
float  par2 
)

Member Function Documentation

void net.minecraft.client.renderer.entity.RenderMooshroom.doRender ( Entity  par1Entity,
double  par2,
double  par4,
double  par6,
float  par8,
float  par9 
)
virtual

Actually renders the given argument. This is a synthetic bridge method, always casting down its argument and then handing it off to a worker function which does the actual work. In all probabilty, the class Render is generic (Render<T extends Entity) and this method has signature public void doRender(T entity, double d, double d1, double d2, float f, float f1). But JAD is pre 1.5 so doesn't do that.

Reimplemented from net.minecraft.client.renderer.entity.RenderLiving.

void net.minecraft.client.renderer.entity.RenderMooshroom.doRenderLiving ( EntityLiving  par1EntityLiving,
double  par2,
double  par4,
double  par6,
float  par8,
float  par9 
)
void net.minecraft.client.renderer.entity.RenderMooshroom.renderEquippedItems ( EntityLiving  par1EntityLiving,
float  par2 
)
protected
void net.minecraft.client.renderer.entity.RenderMooshroom.renderLivingMooshroom ( EntityMooshroom  par1EntityMooshroom,
double  par2,
double  par4,
double  par6,
float  par8,
float  par9 
)
void net.minecraft.client.renderer.entity.RenderMooshroom.renderMooshroomEquippedItems ( EntityMooshroom  par1EntityMooshroom,
float  par2 
)
protected

The documentation for this class was generated from the following file: