Package net.minecraft

Interface class_9673

All Superinterfaces:
AudioStream, AutoCloseable, class_9672, Closeable
All Known Implementing Classes:
OggAudioStream

@Environment(CLIENT) public interface class_9673 extends class_9672
Mappings:
Namespace Name
named net/minecraft/class_9673
intermediary net/minecraft/class_9673
official gti
  • Field Details

    • field_51441

      static final int field_51441
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_51441 Lnet/minecraft/class_9673;field_51441:I
      intermediary field_51441 Lnet/minecraft/class_9673;field_51441:I
      official a Lgti;a:I
  • Method Details

    • method_59758

      boolean method_59758(FloatConsumer floatConsumer) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named method_59758 Lnet/minecraft/class_9673;method_59758(Lit/unimi/dsi/fastutil/floats/FloatConsumer;)Z
      intermediary method_59758 Lnet/minecraft/class_9673;method_59758(Lit/unimi/dsi/fastutil/floats/FloatConsumer;)Z
      official a Lgti;a(Lit/unimi/dsi/fastutil/floats/FloatConsumer;)Z
    • getBuffer

      default ByteBuffer getBuffer(int size) throws IOException
      Specified by:
      getBuffer in interface AudioStream
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named getBuffer Lnet/minecraft/client/sound/AudioStream;getBuffer(I)Ljava/nio/ByteBuffer;
      intermediary method_19720 Lnet/minecraft/class_4234;method_19720(I)Ljava/nio/ByteBuffer;
      official a Lgte;a(I)Ljava/nio/ByteBuffer;
    • method_59757

      default ByteBuffer method_59757() throws IOException
      Specified by:
      method_59757 in interface class_9672
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named method_59757 Lnet/minecraft/class_9672;method_59757()Ljava/nio/ByteBuffer;
      intermediary method_59757 Lnet/minecraft/class_9672;method_59757()Ljava/nio/ByteBuffer;
      official b Lgth;b()Ljava/nio/ByteBuffer;