Class TexturePackStacked

java.lang.Object
net.minecraft.client.renderer.block.TexturePackBase
net.tracystacktrace.stackem.impl.TexturePackStacked
All Implemented Interfaces:
net.minecraft.client.renderer.block.ITexturePack

public class TexturePackStacked extends net.minecraft.client.renderer.block.TexturePackBase
  • Constructor Details

    • TexturePackStacked

      public TexturePackStacked(String id, net.minecraft.client.renderer.block.ITexturePack defaultTexturePack, List<File> texturepackArchives)
  • Method Details

    • loadDescription

      protected void loadDescription()
      Overrides:
      loadDescription in class net.minecraft.client.renderer.block.TexturePackBase
    • getZipFiles

      public List<ZipFile> getZipFiles()
    • deleteTexturePack

      public void deleteTexturePack(net.minecraft.client.renderer.world.RenderEngine renderEngine)
      Specified by:
      deleteTexturePack in interface net.minecraft.client.renderer.block.ITexturePack
      Overrides:
      deleteTexturePack in class net.minecraft.client.renderer.block.TexturePackBase
    • findResource

      protected InputStream findResource(String resourcePath) throws IOException
      Specified by:
      findResource in class net.minecraft.client.renderer.block.TexturePackBase
      Throws:
      IOException
    • findResourceURL

      protected URL findResourceURL(String resourcePath)
      Specified by:
      findResourceURL in class net.minecraft.client.renderer.block.TexturePackBase
    • checkIfFileExists

      public boolean checkIfFileExists(String resourcePath)
      Specified by:
      checkIfFileExists in class net.minecraft.client.renderer.block.TexturePackBase
    • checkIfDirectoryExists

      public boolean checkIfDirectoryExists(String path)
      Specified by:
      checkIfDirectoryExists in class net.minecraft.client.renderer.block.TexturePackBase
    • isCompatible

      public boolean isCompatible()