Class RepeatingAudioStream.ReusableInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
net.minecraft.client.sound.RepeatingAudioStream.ReusableInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
RepeatingAudioStream

@Environment(CLIENT)
static class RepeatingAudioStream.ReusableInputStream
extends FilterInputStream
Mappings:
Namespace Name
official evg$b
intermediary net/minecraft/class_4856$class_4858
named net/minecraft/client/sound/RepeatingAudioStream$ReusableInputStream
  • Constructor Details

    • ReusableInputStream

      private ReusableInputStream​(InputStream inputStream)
      Mappings:
      Namespace Name Mixin selector
      official <init> Levg$b;<init>(Ljava/io/InputStream;)V
      intermediary <init> Lnet/minecraft/class_4856$class_4858;<init>(Ljava/io/InputStream;)V
      named <init> Lnet/minecraft/client/sound/RepeatingAudioStream$ReusableInputStream;<init>(Ljava/io/InputStream;)V
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Overrides:
      close in class FilterInputStream
      Mappings:
      Namespace Name Mixin selector
      official close Levg$b;close()V
      intermediary close Lnet/minecraft/class_4856$class_4858;close()V
      named close Lnet/minecraft/client/sound/RepeatingAudioStream$ReusableInputStream;close()V