Package net.minecraft.src
Class RenderWither
java.lang.Object
net.minecraft.src.Render
net.minecraft.src.RendererLivingEntity
net.minecraft.src.RenderLiving
net.minecraft.src.RenderWither
-
Field Summary
Fields inherited from class net.minecraft.src.RendererLivingEntity
mainModel, renderPassModelFields inherited from class net.minecraft.src.Render
renderBlocks, renderManager, shadowOpaque, shadowSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidActually renders the given argument.voiddoRenderLiving(EntityLiving par1EntityLiving, double par2, double par4, double par6, float par8, float par9) protected ResourceLocationfunc_110911_a(EntityWither par1EntityWither) protected voidfunc_82415_a(EntityWither par1EntityWither, float par2) protected intfunc_82416_b(EntityWither par1EntityWither, int par2, float par3) protected intfunc_82417_a(EntityWither par1EntityWither, int par2, float par3) voidfunc_82418_a(EntityWither par1EntityWither, double par2, double par4, double par6, float par8, float par9) protected ResourceLocationgetEntityTexture(Entity par1Entity) Returns the location of an entity's texture.protected intinheritRenderPass(EntityLivingBase par1EntityLivingBase, int par2, float par3) protected voidpreRenderCallback(EntityLivingBase par1EntityLivingBase, float par2) Allows the render to do any OpenGL state modifications necessary before the model is rendered.voidrenderPlayer(EntityLivingBase par1EntityLivingBase, double par2, double par4, double par6, float par8, float par9) protected intshouldRenderPass(EntityLivingBase par1EntityLivingBase, int par2, float par3) Queries whether should render the specified pass or not.Methods inherited from class net.minecraft.src.RenderLiving
func_110813_b, func_110827_b, func_130007_bMethods inherited from class net.minecraft.src.RendererLivingEntity
doRenderLiving, func_82408_c, func_96449_a, getColorMultiplier, getDeathMaxRotation, handleRotationFloat, passSpecialRender, renderArrowsStuckInEntity, renderEquippedItems, renderLivingAt, renderLivingLabel, renderModel, renderSwingProgress, rotateCorpse, setRenderPassModelMethods inherited from class net.minecraft.src.Render
bindEntityTexture, bindTexture, doRenderShadowAndFire, getFontRendererFromRenderManager, renderAABB, renderOffsetAABB, setRenderManager, updateIcons
-
Constructor Details
-
RenderWither
public RenderWither()
-
-
Method Details
-
func_82418_a
public void func_82418_a(EntityWither par1EntityWither, double par2, double par4, double par6, float par8, float par9) -
func_110911_a
-
func_82415_a
-
func_82417_a
-
func_82416_b
-
preRenderCallback
Allows the render to do any OpenGL state modifications necessary before the model is rendered. Args: entityLiving, partialTickTime- Overrides:
preRenderCallbackin classRendererLivingEntity
-
shouldRenderPass
Queries whether should render the specified pass or not.- Overrides:
shouldRenderPassin classRendererLivingEntity
-
doRenderLiving
public void doRenderLiving(EntityLiving par1EntityLiving, double par2, double par4, double par6, float par8, float par9) - Overrides:
doRenderLivingin classRenderLiving
-
inheritRenderPass
- Overrides:
inheritRenderPassin classRendererLivingEntity
-
renderPlayer
public void renderPlayer(EntityLivingBase par1EntityLivingBase, double par2, double par4, double par6, float par8, float par9) - Overrides:
renderPlayerin classRenderLiving
-
getEntityTexture
Returns the location of an entity's texture. Doesn't seem to be called unless you call Render.bindEntityTexture.- Specified by:
getEntityTexturein classRender
-
doRender
public void doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9) 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.- Overrides:
doRenderin classRenderLiving
-