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

Public Member Functions

 RenderSheep (ModelBase par1ModelBase, ModelBase par2ModelBase, float par3)
 
- 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)
 
void doRender (Entity par1Entity, 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

int setWoolColorAndRender (EntitySheep par1EntitySheep, int par2, float par3)
 
int shouldRenderPass (EntityLiving par1EntityLiving, int par2, float par3)
 
- 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.RenderSheep.RenderSheep ( ModelBase  par1ModelBase,
ModelBase  par2ModelBase,
float  par3 
)

Member Function Documentation

int net.minecraft.client.renderer.entity.RenderSheep.setWoolColorAndRender ( EntitySheep  par1EntitySheep,
int  par2,
float  par3 
)
protected
int net.minecraft.client.renderer.entity.RenderSheep.shouldRenderPass ( EntityLiving  par1EntityLiving,
int  par2,
float  par3 
)
protected

Queries whether should render the specified pass or not.


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