Package net.minecraft.src
Class RenderWolf
java.lang.Object
net.minecraft.src.Render
net.minecraft.src.RendererLivingEntity
net.minecraft.src.RenderLiving
net.minecraft.src.RenderWolf
- Direct Known Subclasses:
WolfRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationprotected static final ResourceLocationFields 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 TypeMethodDescriptionprotected ResourceLocationfunc_110914_a(EntityWolf wolf) protected intfunc_82447_a(EntityWolf par1EntityWolf, int par2, float par3) protected ResourceLocationgetEntityTexture(Entity par1Entity) Returns the location of an entity's texture.protected floatgetTailRotation(EntityWolf par1EntityWolf, float par2) protected floathandleRotationFloat(EntityLivingBase par1EntityLivingBase, float par2) Defines what float the third param in setRotationAngles of ModelBase isprotected intshouldRenderPass(EntityLivingBase entity, int iRenderPass, float par3) Queries whether should render the specified pass or not.Methods inherited from class net.minecraft.src.RenderLiving
doRender, doRenderLiving, func_110813_b, func_110827_b, func_130007_b, renderPlayerMethods inherited from class net.minecraft.src.RendererLivingEntity
doRenderLiving, func_82408_c, func_96449_a, getColorMultiplier, getDeathMaxRotation, inheritRenderPass, passSpecialRender, preRenderCallback, renderArrowsStuckInEntity, renderEquippedItems, renderLivingAt, renderLivingLabel, renderModel, renderSwingProgress, rotateCorpse, setRenderPassModelMethods inherited from class net.minecraft.src.Render
bindEntityTexture, bindTexture, doRenderShadowAndFire, getFontRendererFromRenderManager, renderAABB, renderOffsetAABB, setRenderManager, updateIcons
-
Field Details
-
wolfTextures
-
tamedWolfTextures
-
anrgyWolfTextures
-
wolfCollarTextures
-
-
Constructor Details
-
RenderWolf
-
-
Method Details
-
getTailRotation
-
func_82447_a
-
func_110914_a
-
shouldRenderPass
Queries whether should render the specified pass or not.- Overrides:
shouldRenderPassin classRendererLivingEntity
-
handleRotationFloat
Defines what float the third param in setRotationAngles of ModelBase is- Overrides:
handleRotationFloatin classRendererLivingEntity
-
getEntityTexture
Returns the location of an entity's texture. Doesn't seem to be called unless you call Render.bindEntityTexture.- Specified by:
getEntityTexturein classRender
-