Package net.minecraft.src
Class RenderZombie
java.lang.Object
net.minecraft.src.Render
net.minecraft.src.RendererLivingEntity
net.minecraft.src.RenderLiving
net.minecraft.src.RenderBiped
net.minecraft.src.RenderZombie
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ModelBipedprotected ModelBipedprotected ModelBipedprotected ModelBipedFields inherited from class net.minecraft.src.RenderBiped
field_77070_b, field_82423_g, field_82425_h, modelBipedMainFields 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_110856_a(EntityLiving par1EntityLiving) protected ResourceLocationfunc_110863_a(EntityZombie par1EntityZombie) protected voidfunc_130005_c(EntityLiving par1EntityLiving, float par2) protected intfunc_130006_a(EntityLiving par1EntityLiving, int par2, float par3) protected voidvoidfunc_82426_a(EntityZombie par1EntityZombie, double par2, double par4, double par6, float par8, float par9) protected voidfunc_82428_a(EntityZombie par1EntityZombie, float par2) protected intfunc_82429_a(EntityZombie par1EntityZombie, int par2, float par3) protected voidfunc_82430_a(EntityZombie par1EntityZombie, float par2, float par3, float par4) protected ResourceLocationgetEntityTexture(Entity par1Entity) Returns the location of an entity's texture.protected voidrenderEquippedItems(EntityLivingBase par1EntityLivingBase, float par2) voidrenderPlayer(EntityLivingBase par1EntityLivingBase, double par2, double par4, double par6, float par8, float par9) protected voidrotateCorpse(EntityLivingBase par1EntityLivingBase, float par2, float par3, float par4) protected intshouldRenderPass(EntityLivingBase par1EntityLivingBase, int par2, float par3) Queries whether should render the specified pass or not.Methods inherited from class net.minecraft.src.RenderBiped
func_110857_a, func_110858_a, func_130013_c, func_82420_a, func_82422_c, func_82439_b, getCustomArmorResourcesMethods 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, inheritRenderPass, passSpecialRender, preRenderCallback, renderArrowsStuckInEntity, renderLivingAt, renderLivingLabel, renderModel, renderSwingProgress, setRenderPassModelMethods inherited from class net.minecraft.src.Render
bindEntityTexture, bindTexture, doRenderShadowAndFire, getFontRendererFromRenderManager, renderAABB, renderOffsetAABB, setRenderManager, updateIcons
-
Field Details
-
field_82437_k
-
field_82435_l
-
field_82436_m
-
field_82433_n
-
-
Constructor Details
-
RenderZombie
public RenderZombie()
-
-
Method Details
-
func_82421_b
protected void func_82421_b()- Overrides:
func_82421_bin classRenderBiped
-
func_82429_a
-
func_82426_a
public void func_82426_a(EntityZombie par1EntityZombie, double par2, double par4, double par6, float par8, float par9) -
func_110863_a
-
func_82428_a
-
func_82430_a
-
func_130005_c
- Overrides:
func_130005_cin classRenderBiped
-
func_110856_a
- Overrides:
func_110856_ain classRenderBiped
-
doRenderLiving
public void doRenderLiving(EntityLiving par1EntityLiving, double par2, double par4, double par6, float par8, float par9) - Overrides:
doRenderLivingin classRenderBiped
-
func_130006_a
- Overrides:
func_130006_ain classRenderBiped
-
shouldRenderPass
Queries whether should render the specified pass or not.- Overrides:
shouldRenderPassin classRenderBiped
-
renderEquippedItems
- Overrides:
renderEquippedItemsin classRenderBiped
-
rotateCorpse
protected void rotateCorpse(EntityLivingBase par1EntityLivingBase, float par2, float par3, float par4) - Overrides:
rotateCorpsein classRendererLivingEntity
-
renderPlayer
public void renderPlayer(EntityLivingBase par1EntityLivingBase, double par2, double par4, double par6, float par8, float par9) - Overrides:
renderPlayerin classRenderBiped
-
getEntityTexture
Returns the location of an entity's texture. Doesn't seem to be called unless you call Render.bindEntityTexture.- Overrides:
getEntityTexturein classRenderBiped
-
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 classRenderBiped
-