Package net.tracystacktrace.stackem.impl
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
-
Field Summary
Fields inherited from class net.minecraft.client.renderer.block.TexturePackBase
firstDescriptionLine, secondDescriptionLine, texturePackFile, thumbnailImage -
Constructor Summary
ConstructorsConstructorDescriptionTexturePackStacked(String id, net.minecraft.client.renderer.block.ITexturePack defaultTexturePack, List<File> texturepackArchives) -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckIfDirectoryExists(String path) booleancheckIfFileExists(String resourcePath) voiddeleteTexturePack(net.minecraft.client.renderer.world.RenderEngine renderEngine) protected InputStreamfindResource(String resourcePath) protected URLfindResourceURL(String resourcePath) booleanprotected voidMethods inherited from class net.minecraft.client.renderer.block.TexturePackBase
bindThumbnailTexture, checkIfDirectoryExists, checkIfFileExists, findResource, findResourceURL, getFirstDescriptionLine, getResourceAsStream, getSecondDescriptionLine, getTexturePackFileName, getTexturePackID
-
Constructor Details
-
TexturePackStacked
-
-
Method Details
-
loadDescription
protected void loadDescription()- Overrides:
loadDescriptionin classnet.minecraft.client.renderer.block.TexturePackBase
-
getZipFiles
-
deleteTexturePack
public void deleteTexturePack(net.minecraft.client.renderer.world.RenderEngine renderEngine) - Specified by:
deleteTexturePackin interfacenet.minecraft.client.renderer.block.ITexturePack- Overrides:
deleteTexturePackin classnet.minecraft.client.renderer.block.TexturePackBase
-
findResource
- Specified by:
findResourcein classnet.minecraft.client.renderer.block.TexturePackBase- Throws:
IOException
-
findResourceURL
- Specified by:
findResourceURLin classnet.minecraft.client.renderer.block.TexturePackBase
-
checkIfFileExists
- Specified by:
checkIfFileExistsin classnet.minecraft.client.renderer.block.TexturePackBase
-
checkIfDirectoryExists
- Specified by:
checkIfDirectoryExistsin classnet.minecraft.client.renderer.block.TexturePackBase
-
isCompatible
public boolean isCompatible()
-