Interface RepeatingAudioStream.DelegateFactory

Enclosing class:
RepeatingAudioStream
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Environment(CLIENT) public static interface RepeatingAudioStream.DelegateFactory
Mappings:
Namespace Name
official fsl$a
intermediary net/minecraft/class_4856$class_4857
named net/minecraft/client/sound/RepeatingAudioStream$DelegateFactory
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • create

      AudioStream create(InputStream stream) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official create Lfsl$a;create(Ljava/io/InputStream;)Lfsj;
      intermediary create Lnet/minecraft/class_4856$class_4857;create(Ljava/io/InputStream;)Lnet/minecraft/class_4234;
      named create Lnet/minecraft/client/sound/RepeatingAudioStream$DelegateFactory;create(Ljava/io/InputStream;)Lnet/minecraft/client/sound/AudioStream;