Package net.minecraft.src
Class TexturePackCustom
java.lang.Object
net.minecraft.src.TexturePackImplementation
net.minecraft.src.TexturePackCustom
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.ZipFile object used to access the texture pack file's contents.Fields inherited from class net.minecraft.src.TexturePackImplementation
firstDescriptionLine, secondDescriptionLine, texturePackFile, thumbnailImage -
Constructor Summary
ConstructorsConstructorDescriptionTexturePackCustom(String par1Str, File par2File, ITexturePack par3ITexturePack) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteTexturePack(RenderEngine par1RenderEngine) Deprecated.Delete the OpenGL texture id of the pack's thumbnail image, and close the zip file in case of TexturePackCustom.protected InputStreamfunc_98139_b(String par1Str) Deprecated.booleanfunc_98140_c(String par1Str) Deprecated.booleanDeprecated.Methods inherited from class net.minecraft.src.TexturePackImplementation
bindThumbnailTexture, func_98137_a, func_98138_b, getFirstDescriptionLine, getResourceAsStream, getSecondDescriptionLine, getTexturePackFileName, getTexturePackID, loadDescription
-
Field Details
-
texturePackZipFile
Deprecated.ZipFile object used to access the texture pack file's contents.
-
-
Constructor Details
-
TexturePackCustom
Deprecated.
-
-
Method Details
-
deleteTexturePack
Deprecated.Delete the OpenGL texture id of the pack's thumbnail image, and close the zip file in case of TexturePackCustom.- Overrides:
deleteTexturePackin classTexturePackImplementation
-
func_98139_b
Deprecated.- Specified by:
func_98139_bin classTexturePackImplementation- Throws:
IOException
-
func_98140_c
Deprecated.- Specified by:
func_98140_cin classTexturePackImplementation
-
isCompatible
public boolean isCompatible()Deprecated.
-