Class RenderCow


@Environment(CLIENT) public class RenderCow extends RenderLiving
  • Constructor Details

    • RenderCow

      public RenderCow(ModelBase par1ModelBase, float par2)
  • Method Details

    • getCowTextures

      protected ResourceLocation getCowTextures(EntityCow par1EntityCow)
    • getEntityTexture

      protected ResourceLocation getEntityTexture(Entity par1Entity)
      Returns the location of an entity's texture. Doesn't seem to be called unless you call Render.bindEntityTexture.
      Specified by:
      getEntityTexture in class Render
    • shouldRenderPass

      protected int shouldRenderPass(EntityLivingBase par1EntityLiving, int par2, float par3)
      Description copied from class: RendererLivingEntity
      Queries whether should render the specified pass or not.
      Overrides:
      shouldRenderPass in class RendererLivingEntity
    • renderKickAttackDebug

      public void renderKickAttackDebug(EntityCow cow, double dRenderX, double dRenderY, double dRenderZ, float par8, float dPartialTick)