Class OggAudioStream

java.lang.Object
net.minecraft.client.sound.OggAudioStream
All Implemented Interfaces:
Closeable, AutoCloseable, class_9672, class_9673, AudioStream

@Environment(CLIENT) public class OggAudioStream extends Object implements class_9673
Mappings:
Namespace Name
named net/minecraft/client/sound/OggAudioStream
intermediary net/minecraft/class_4228
official gtj
  • Field Details

    • field_51442

      private static final int field_51442
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_51442 Lnet/minecraft/client/sound/OggAudioStream;field_51442:I
      intermediary field_51442 Lnet/minecraft/class_4228;field_51442:I
      official b Lgtj;b:I
    • field_51443

      private static final int field_51443
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_51443 Lnet/minecraft/client/sound/OggAudioStream;field_51443:I
      intermediary field_51443 Lnet/minecraft/class_4228;field_51443:I
      official c Lgtj;c:I
    • field_51444

      private static final int field_51444
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_51444 Lnet/minecraft/client/sound/OggAudioStream;field_51444:I
      intermediary field_51444 Lnet/minecraft/class_4228;field_51444:I
      official d Lgtj;d:I
    • field_51445

      private static final int field_51445
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_51445 Lnet/minecraft/client/sound/OggAudioStream;field_51445:I
      intermediary field_51445 Lnet/minecraft/class_4228;field_51445:I
      official e Lgtj;e:I
    • field_51446

      private static final int field_51446
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_51446 Lnet/minecraft/client/sound/OggAudioStream;field_51446:I
      intermediary field_51446 Lnet/minecraft/class_4228;field_51446:I
      official f Lgtj;f:I
    • field_51447

      private static final int field_51447
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_51447 Lnet/minecraft/client/sound/OggAudioStream;field_51447:I
      intermediary field_51447 Lnet/minecraft/class_4228;field_51447:I
      official g Lgtj;g:I
    • field_51448

      private static final int field_51448
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_51448 Lnet/minecraft/client/sound/OggAudioStream;field_51448:I
      intermediary field_51448 Lnet/minecraft/class_4228;field_51448:I
      official h Lgtj;h:I
    • field_51449

      private final com.jcraft.jogg.SyncState field_51449
      Mappings:
      Namespace Name Mixin selector
      named field_51449 Lnet/minecraft/client/sound/OggAudioStream;field_51449:Lcom/jcraft/jogg/SyncState;
      intermediary field_51449 Lnet/minecraft/class_4228;field_51449:Lcom/jcraft/jogg/SyncState;
      official i Lgtj;i:Lcom/jcraft/jogg/SyncState;
    • field_51450

      private final com.jcraft.jogg.Page field_51450
      Mappings:
      Namespace Name Mixin selector
      named field_51450 Lnet/minecraft/client/sound/OggAudioStream;field_51450:Lcom/jcraft/jogg/Page;
      intermediary field_51450 Lnet/minecraft/class_4228;field_51450:Lcom/jcraft/jogg/Page;
      official j Lgtj;j:Lcom/jcraft/jogg/Page;
    • field_51451

      private final com.jcraft.jogg.StreamState field_51451
      Mappings:
      Namespace Name Mixin selector
      named field_51451 Lnet/minecraft/client/sound/OggAudioStream;field_51451:Lcom/jcraft/jogg/StreamState;
      intermediary field_51451 Lnet/minecraft/class_4228;field_51451:Lcom/jcraft/jogg/StreamState;
      official k Lgtj;k:Lcom/jcraft/jogg/StreamState;
    • field_51452

      private final com.jcraft.jogg.Packet field_51452
      Mappings:
      Namespace Name Mixin selector
      named field_51452 Lnet/minecraft/client/sound/OggAudioStream;field_51452:Lcom/jcraft/jogg/Packet;
      intermediary field_51452 Lnet/minecraft/class_4228;field_51452:Lcom/jcraft/jogg/Packet;
      official l Lgtj;l:Lcom/jcraft/jogg/Packet;
    • field_51453

      private final com.jcraft.jorbis.Info field_51453
      Mappings:
      Namespace Name Mixin selector
      named field_51453 Lnet/minecraft/client/sound/OggAudioStream;field_51453:Lcom/jcraft/jorbis/Info;
      intermediary field_51453 Lnet/minecraft/class_4228;field_51453:Lcom/jcraft/jorbis/Info;
      official m Lgtj;m:Lcom/jcraft/jorbis/Info;
    • field_51454

      private final com.jcraft.jorbis.DspState field_51454
      Mappings:
      Namespace Name Mixin selector
      named field_51454 Lnet/minecraft/client/sound/OggAudioStream;field_51454:Lcom/jcraft/jorbis/DspState;
      intermediary field_51454 Lnet/minecraft/class_4228;field_51454:Lcom/jcraft/jorbis/DspState;
      official n Lgtj;n:Lcom/jcraft/jorbis/DspState;
    • field_51455

      private final com.jcraft.jorbis.Block field_51455
      Mappings:
      Namespace Name Mixin selector
      named field_51455 Lnet/minecraft/client/sound/OggAudioStream;field_51455:Lcom/jcraft/jorbis/Block;
      intermediary field_51455 Lnet/minecraft/class_4228;field_51455:Lcom/jcraft/jorbis/Block;
      official o Lgtj;o:Lcom/jcraft/jorbis/Block;
    • format

      private final AudioFormat format
      Mappings:
      Namespace Name Mixin selector
      named format Lnet/minecraft/client/sound/OggAudioStream;format:Ljavax/sound/sampled/AudioFormat;
      intermediary field_18908 Lnet/minecraft/class_4228;field_18908:Ljavax/sound/sampled/AudioFormat;
      official p Lgtj;p:Ljavax/sound/sampled/AudioFormat;
    • inputStream

      private final InputStream inputStream
      Mappings:
      Namespace Name Mixin selector
      named inputStream Lnet/minecraft/client/sound/OggAudioStream;inputStream:Ljava/io/InputStream;
      intermediary field_18909 Lnet/minecraft/class_4228;field_18909:Ljava/io/InputStream;
      official q Lgtj;q:Ljava/io/InputStream;
    • field_51456

      private long field_51456
      Mappings:
      Namespace Name Mixin selector
      named field_51456 Lnet/minecraft/client/sound/OggAudioStream;field_51456:J
      intermediary field_51456 Lnet/minecraft/class_4228;field_51456:J
      official r Lgtj;r:J
    • field_51457

      private long field_51457
      Mappings:
      Namespace Name Mixin selector
      named field_51457 Lnet/minecraft/client/sound/OggAudioStream;field_51457:J
      intermediary field_51457 Lnet/minecraft/class_4228;field_51457:J
      official s Lgtj;s:J
  • Constructor Details

    • OggAudioStream

      public OggAudioStream(InputStream inputStream) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/sound/OggAudioStream;<init>(Ljava/io/InputStream;)V
      intermediary <init> Lnet/minecraft/class_4228;<init>(Ljava/io/InputStream;)V
      official <init> Lgtj;<init>(Ljava/io/InputStream;)V
  • Method Details

    • method_59763

      private static boolean method_59763(int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_59763 Lnet/minecraft/client/sound/OggAudioStream;method_59763(I)Z
      intermediary method_59763 Lnet/minecraft/class_4228;method_59763(I)Z
      official b Lgtj;b(I)Z
    • getFormat

      public AudioFormat getFormat()
      Specified by:
      getFormat in interface AudioStream
      Mappings:
      Namespace Name Mixin selector
      named getFormat Lnet/minecraft/client/sound/AudioStream;getFormat()Ljavax/sound/sampled/AudioFormat;
      intermediary method_19719 Lnet/minecraft/class_4234;method_19719()Ljavax/sound/sampled/AudioFormat;
      official a Lgte;a()Ljavax/sound/sampled/AudioFormat;
    • method_59764

      private boolean method_59764() throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named method_59764 Lnet/minecraft/client/sound/OggAudioStream;method_59764()Z
      intermediary method_59764 Lnet/minecraft/class_4228;method_59764()Z
      official c Lgtj;c()Z
    • method_59766

      @Nullable private @Nullable com.jcraft.jogg.Page method_59766() throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named method_59766 Lnet/minecraft/client/sound/OggAudioStream;method_59766()Lcom/jcraft/jogg/Page;
      intermediary method_59766 Lnet/minecraft/class_4228;method_59766()Lcom/jcraft/jogg/Page;
      official d Lgtj;d()Lcom/jcraft/jogg/Page;
    • method_59759

      private com.jcraft.jogg.Packet method_59759(com.jcraft.jogg.Page page) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named method_59759 Lnet/minecraft/client/sound/OggAudioStream;method_59759(Lcom/jcraft/jogg/Page;)Lcom/jcraft/jogg/Packet;
      intermediary method_59759 Lnet/minecraft/class_4228;method_59759(Lcom/jcraft/jogg/Page;)Lcom/jcraft/jogg/Packet;
      official a Lgtj;a(Lcom/jcraft/jogg/Page;)Lcom/jcraft/jogg/Packet;
    • method_59767

      @Nullable private @Nullable com.jcraft.jogg.Packet method_59767() throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named method_59767 Lnet/minecraft/client/sound/OggAudioStream;method_59767()Lcom/jcraft/jogg/Packet;
      intermediary method_59767 Lnet/minecraft/class_4228;method_59767()Lcom/jcraft/jogg/Packet;
      official e Lgtj;e()Lcom/jcraft/jogg/Packet;
    • method_59765

      private long method_59765(int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_59765 Lnet/minecraft/client/sound/OggAudioStream;method_59765(I)J
      intermediary method_59765 Lnet/minecraft/class_4228;method_59765(I)J
      official c Lgtj;c(I)J
    • method_59758

      public boolean method_59758(FloatConsumer floatConsumer) throws IOException
      Specified by:
      method_59758 in interface class_9673
      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
    • method_59762

      private static void method_59762(float[][] float2, int int2, int[] int3, long long2, FloatConsumer floatConsumer)
      Mappings:
      Namespace Name Mixin selector
      named method_59762 Lnet/minecraft/client/sound/OggAudioStream;method_59762([[FI[IJLit/unimi/dsi/fastutil/floats/FloatConsumer;)V
      intermediary method_59762 Lnet/minecraft/class_4228;method_59762([[FI[IJLit/unimi/dsi/fastutil/floats/FloatConsumer;)V
      official a Lgtj;a([[FI[IJLit/unimi/dsi/fastutil/floats/FloatConsumer;)V
    • method_59760

      private static void method_59760(float[] float2, int int2, long long2, FloatConsumer floatConsumer)
      Mappings:
      Namespace Name Mixin selector
      named method_59760 Lnet/minecraft/client/sound/OggAudioStream;method_59760([FIJLit/unimi/dsi/fastutil/floats/FloatConsumer;)V
      intermediary method_59760 Lnet/minecraft/class_4228;method_59760([FIJLit/unimi/dsi/fastutil/floats/FloatConsumer;)V
      official a Lgtj;a([FIJLit/unimi/dsi/fastutil/floats/FloatConsumer;)V
    • method_59761

      private static void method_59761(float[] float2, int int2, float[] float3, int int3, long long2, FloatConsumer floatConsumer)
      Mappings:
      Namespace Name Mixin selector
      named method_59761 Lnet/minecraft/client/sound/OggAudioStream;method_59761([FI[FIJLit/unimi/dsi/fastutil/floats/FloatConsumer;)V
      intermediary method_59761 Lnet/minecraft/class_4228;method_59761([FI[FIJLit/unimi/dsi/fastutil/floats/FloatConsumer;)V
      official a Lgtj;a([FI[FIJLit/unimi/dsi/fastutil/floats/FloatConsumer;)V
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException