Class ZipResourcePack.ZipFileWrapper

java.lang.Object
net.minecraft.resource.ZipResourcePack.ZipFileWrapper
All Implemented Interfaces:
AutoCloseable
Enclosing class:
ZipResourcePack

private static class ZipResourcePack.ZipFileWrapper extends Object implements AutoCloseable
Mappings:
Namespace Name
named net/minecraft/resource/ZipResourcePack$ZipFileWrapper
intermediary net/minecraft/class_3258$class_8616
official asn$b
  • Field Details

    • file

      final File file
      Mappings:
      Namespace Name Mixin selector
      named file Lnet/minecraft/resource/ZipResourcePack$ZipFileWrapper;file:Ljava/io/File;
      intermediary field_45042 Lnet/minecraft/class_3258$class_8616;field_45042:Ljava/io/File;
      official a Lasn$b;a:Ljava/io/File;
    • zip

      Mappings:
      Namespace Name Mixin selector
      named zip Lnet/minecraft/resource/ZipResourcePack$ZipFileWrapper;zip:Ljava/util/zip/ZipFile;
      intermediary field_45043 Lnet/minecraft/class_3258$class_8616;field_45043:Ljava/util/zip/ZipFile;
      official b Lasn$b;b:Ljava/util/zip/ZipFile;
    • closed

      private boolean closed
      Mappings:
      Namespace Name Mixin selector
      named closed Lnet/minecraft/resource/ZipResourcePack$ZipFileWrapper;closed:Z
      intermediary field_45044 Lnet/minecraft/class_3258$class_8616;field_45044:Z
      official c Lasn$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;)V
      intermediary <init> Lnet/minecraft/class_3258$class_8616;<init>(Ljava/io/File;)V
      official <init> Lasn$b;<init>(Ljava/io/File;)V
  • Method Details

    • open

      Mappings:
      Namespace Name Mixin selector
      named open Lnet/minecraft/resource/ZipResourcePack$ZipFileWrapper;open()Ljava/util/zip/ZipFile;
      intermediary method_52426 Lnet/minecraft/class_3258$class_8616;method_52426()Ljava/util/zip/ZipFile;
      official a Lasn$b;a()Ljava/util/zip/ZipFile;
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable