Class RenderMagmaCube


public class RenderMagmaCube extends RenderLiving
  • Constructor Details

    • RenderMagmaCube

      public RenderMagmaCube()
  • Method Details

    • getMagmaCubeTextures

      protected ResourceLocation getMagmaCubeTextures(EntityMagmaCube par1EntityMagmaCube)
    • scaleMagmaCube

      protected void scaleMagmaCube(EntityMagmaCube par1EntityMagmaCube, float par2)
    • preRenderCallback

      protected void preRenderCallback(EntityLivingBase par1EntityLivingBase, float par2)
      Allows the render to do any OpenGL state modifications necessary before the model is rendered. Args: entityLiving, partialTickTime
      Overrides:
      preRenderCallback in class RendererLivingEntity
    • 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