net.minecraft.client.texturepacks
Class TexturePackCustom
java.lang.Object
net.minecraft.client.texturepacks.TexturePackImplementation
net.minecraft.client.texturepacks.TexturePackCustom
- All Implemented Interfaces:
- ITexturePack
public class TexturePackCustom
- extends TexturePackImplementation
TexturePackCustom
public TexturePackCustom(String par1Str,
File par2File)
deleteTexturePack
public void deleteTexturePack(RenderEngine par1RenderEngine)
- Delete the OpenGL texture id of the pack's thumbnail image, and close the zip file in case of TexturePackCustom.
- Specified by:
deleteTexturePack
in interface ITexturePack
- Overrides:
deleteTexturePack
in class TexturePackImplementation
getResourceAsStream
public InputStream getResourceAsStream(String par1Str)
- Gives a texture resource as InputStream.
- Specified by:
getResourceAsStream
in interface ITexturePack
- Overrides:
getResourceAsStream
in class TexturePackImplementation