YATS/Forge Documentation
|
Public Member Functions | |
TexturePackCustom (String par1Str, File par2File, ITexturePack par3ITexturePack) | |
void | deleteTexturePack (RenderEngine par1RenderEngine) |
boolean | func_98140_c (String par1Str) |
boolean | isCompatible () |
Public Member Functions inherited from net.minecraft.client.texturepacks.TexturePackImplementation | |
InputStream | func_98137_a (String par1Str, boolean par2) throws IOException |
InputStream | getResourceAsStream (String par1Str) throws IOException |
void | deleteTexturePack (RenderEngine par1RenderEngine) |
void | bindThumbnailTexture (RenderEngine par1RenderEngine) |
boolean | func_98138_b (String par1Str, boolean par2) |
String | getTexturePackID () |
String | getTexturePackFileName () |
String | getFirstDescriptionLine () |
String | getSecondDescriptionLine () |
Protected Member Functions | |
InputStream | func_98139_b (String par1Str) throws IOException |
Protected Member Functions inherited from net.minecraft.client.texturepacks.TexturePackImplementation | |
TexturePackImplementation (String par1, File par2File, String par3Str, ITexturePack par4ITexturePack) | |
void | loadDescription () |
Additional Inherited Members | |
Protected Attributes inherited from net.minecraft.client.texturepacks.TexturePackImplementation | |
final File | texturePackFile |
String | firstDescriptionLine |
String | secondDescriptionLine |
BufferedImage | thumbnailImage |
net.minecraft.client.texturepacks.TexturePackCustom.TexturePackCustom | ( | String | par1Str, |
File | par2File, | ||
ITexturePack | par3ITexturePack | ||
) |
void net.minecraft.client.texturepacks.TexturePackCustom.deleteTexturePack | ( | RenderEngine | par1RenderEngine) |
Delete the OpenGL texture id of the pack's thumbnail image, and close the zip file in case of TexturePackCustom.
Implements net.minecraft.client.texturepacks.ITexturePack.
|
protectedvirtual |
|
virtual |
boolean net.minecraft.client.texturepacks.TexturePackCustom.isCompatible | ( | ) |
Implements net.minecraft.client.texturepacks.ITexturePack.