Package net.minecraft.client.sound
Interface AudioStream
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Subinterfaces:
BufferedAudioStream
,NonRepeatingAudioStream
- All Known Implementing Classes:
OggAudioStream
,RepeatingAudioStream
- Mappings:
Namespace Name named net/minecraft/client/sound/AudioStream
intermediary net/minecraft/class_4234
official gtl
-
Method Summary
-
Method Details
-
getFormat
AudioFormat getFormat()- 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
Lgtl;a()Ljavax/sound/sampled/AudioFormat;
-
read
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector named read
Lnet/minecraft/client/sound/AudioStream;read(I)Ljava/nio/ByteBuffer;
intermediary method_19720
Lnet/minecraft/class_4234;method_19720(I)Ljava/nio/ByteBuffer;
official a
Lgtl;a(I)Ljava/nio/ByteBuffer;
-