Package net.minecraft.resource
Class ZipResourcePack.ZipFileWrapper
java.lang.Object
net.minecraft.resource.ZipResourcePack.ZipFileWrapper
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
ZipResourcePack
- Mappings:
Namespace Name official alw$bintermediary net/minecraft/class_3258$class_8616named net/minecraft/resource/ZipResourcePack$ZipFileWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
file
- Mappings:
Namespace Name Mixin selector official aLalw$b;a:Ljava/io/File;intermediary field_45042Lnet/minecraft/class_3258$class_8616;field_45042:Ljava/io/File;named fileLnet/minecraft/resource/ZipResourcePack$ZipFileWrapper;file:Ljava/io/File;
-
zip
- Mappings:
Namespace Name Mixin selector official bLalw$b;b:Ljava/util/zip/ZipFile;intermediary field_45043Lnet/minecraft/class_3258$class_8616;field_45043:Ljava/util/zip/ZipFile;named zipLnet/minecraft/resource/ZipResourcePack$ZipFileWrapper;zip:Ljava/util/zip/ZipFile;
-
closed
private boolean closed- Mappings:
Namespace Name Mixin selector official cLalw$b;c:Zintermediary field_45044Lnet/minecraft/class_3258$class_8616;field_45044:Znamed closedLnet/minecraft/resource/ZipResourcePack$ZipFileWrapper;closed:Z
-
-
Constructor Details
-
ZipFileWrapper
ZipFileWrapper(File file) - Mappings:
Namespace Name Mixin selector official <init>Lalw$b;<init>(Ljava/io/File;)Vintermediary <init>Lnet/minecraft/class_3258$class_8616;<init>(Ljava/io/File;)Vnamed <init>Lnet/minecraft/resource/ZipResourcePack$ZipFileWrapper;<init>(Ljava/io/File;)V
-
-
Method Details
-
open
- Mappings:
Namespace Name Mixin selector official aLalw$b;a()Ljava/util/zip/ZipFile;intermediary method_52426Lnet/minecraft/class_3258$class_8616;method_52426()Ljava/util/zip/ZipFile;named openLnet/minecraft/resource/ZipResourcePack$ZipFileWrapper;open()Ljava/util/zip/ZipFile;
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
finalize
-