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 named net/minecraft/resource/ZipResourcePack$ZipFileWrapperintermediary net/minecraft/class_3258$class_8616official avy$b
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
file
- Mappings:
 Namespace Name Mixin selector named fileLnet/minecraft/resource/ZipResourcePack$ZipFileWrapper;file:Ljava/io/File;intermediary field_45042Lnet/minecraft/class_3258$class_8616;field_45042:Ljava/io/File;official aLavy$b;a:Ljava/io/File;
 - 
zip
- Mappings:
 Namespace Name Mixin selector named zipLnet/minecraft/resource/ZipResourcePack$ZipFileWrapper;zip:Ljava/util/zip/ZipFile;intermediary field_45043Lnet/minecraft/class_3258$class_8616;field_45043:Ljava/util/zip/ZipFile;official bLavy$b;b:Ljava/util/zip/ZipFile;
 - 
closed
private boolean closed- Mappings:
 Namespace Name Mixin selector named closedLnet/minecraft/resource/ZipResourcePack$ZipFileWrapper;closed:Zintermediary field_45044Lnet/minecraft/class_3258$class_8616;field_45044:Zofficial cLavy$b;c:Z
 
 - 
 - 
Constructor Details
- 
ZipFileWrapper
ZipFileWrapper(File file) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/resource/ZipResourcePack$ZipFileWrapper;<init>(Ljava/io/File;)Vintermediary <init>Lnet/minecraft/class_3258$class_8616;<init>(Ljava/io/File;)Vofficial <init>Lavy$b;<init>(Ljava/io/File;)V
 
 - 
 - 
Method Details
- 
open
- Mappings:
 Namespace Name Mixin selector named openLnet/minecraft/resource/ZipResourcePack$ZipFileWrapper;open()Ljava/util/zip/ZipFile;intermediary method_52426Lnet/minecraft/class_3258$class_8616;method_52426()Ljava/util/zip/ZipFile;official aLavy$b;a()Ljava/util/zip/ZipFile;
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable
 - 
finalize
 
 -