YATS/Forge Documentation
|
Public Member Functions | |
TexturePackFolder (String par1, File par2, ITexturePack par3ITexturePack) | |
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.TexturePackFolder.TexturePackFolder | ( | String | par1, |
File | par2, | ||
ITexturePack | par3ITexturePack | ||
) |
|
protectedvirtual |
|
virtual |
boolean net.minecraft.client.texturepacks.TexturePackFolder.isCompatible | ( | ) |
Implements net.minecraft.client.texturepacks.ITexturePack.