public interface ITexturePack
Modifier and Type | Method and Description |
---|---|
void |
bindThumbnailTexture(RenderEngine var1)
Bind the texture id of the pack's thumbnail image, loading it if necessary.
|
void |
deleteTexturePack(RenderEngine var1)
Delete the OpenGL texture id of the pack's thumbnail image, and close the zip file in case of TexturePackCustom.
|
String |
getFirstDescriptionLine()
Get the first line of the texture pack description (read from the pack.txt file)
|
InputStream |
getResourceAsStream(String var1)
Gives a texture resource as InputStream.
|
String |
getSecondDescriptionLine()
Get the second line of the texture pack description (read from the pack.txt file)
|
String |
getTexturePackFileName()
Get the file name of the texture pack, or Default if not from a custom texture pack
|
String |
getTexturePackID()
Get the texture pack ID
|
int |
getTexturePackResolution()
Return the texture pack's resolution (16 by default).
|
void deleteTexturePack(RenderEngine var1)
void bindThumbnailTexture(RenderEngine var1)
InputStream getResourceAsStream(String var1)
String getTexturePackID()
String getTexturePackFileName()
String getFirstDescriptionLine()
String getSecondDescriptionLine()
int getTexturePackResolution()