Class RenderLiving<T extends EntityLiving>

    • Constructor Detail

      • RenderLiving

        public RenderLiving​(RenderManager rendermanagerIn,
                            ModelBase modelbaseIn,
                            float shadowsizeIn)
    • Method Detail

      • doRender

        public void doRender​(T entityliving,
                             double d0,
                             double d1,
                             double d2,
                             float f,
                             float f1)
        + 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) and this method has signature public void func_76986_a(T entity, double d, double d1, double d2, float f, float f1). But JAD is pre 1.5 so doe
        Overrides:
        doRender in class RendererLivingEntity<T extends EntityLiving>
      • func_177105_a

        public void func_177105_a​(T entityLivingIn,
                                  float partialTicks)
      • renderLeash

        protected void renderLeash​(T entityLivingIn,
                                   double x,
                                   double y,
                                   double z,
                                   float entityYaw,
                                   float partialTicks)