Class NamespaceResourceManager.DebugInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
net.minecraft.resource.NamespaceResourceManager.DebugInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
NamespaceResourceManager

private static class NamespaceResourceManager.DebugInputStream extends FilterInputStream
Mappings:
Namespace Name
official ajv$c
intermediary net/minecraft/class_3294$class_3295
named net/minecraft/resource/NamespaceResourceManager$DebugInputStream
  • Field Details

    • leakMessage

      private final Supplier<String> leakMessage
      Mappings:
      Namespace Name Mixin selector
      official a Lajv$c;a:Ljava/util/function/Supplier;
      intermediary field_14288 Lnet/minecraft/class_3294$class_3295;field_14288:Ljava/util/function/Supplier;
      named leakMessage Lnet/minecraft/resource/NamespaceResourceManager$DebugInputStream;leakMessage:Ljava/util/function/Supplier;
    • closed

      private boolean closed
      Mappings:
      Namespace Name Mixin selector
      official b Lajv$c;b:Z
      intermediary field_14287 Lnet/minecraft/class_3294$class_3295;field_14287:Z
      named closed Lnet/minecraft/resource/NamespaceResourceManager$DebugInputStream;closed:Z
  • Constructor Details

    • DebugInputStream

      public DebugInputStream(InputStream parent, Identifier id, String packName)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lajv$c;<init>(Ljava/io/InputStream;Lacf;Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_3294$class_3295;<init>(Ljava/io/InputStream;Lnet/minecraft/class_2960;Ljava/lang/String;)V
      named <init> Lnet/minecraft/resource/NamespaceResourceManager$DebugInputStream;<init>(Ljava/io/InputStream;Lnet/minecraft/util/Identifier;Ljava/lang/String;)V
  • Method Details