Package de.mrjulsen.dragnsounds.core.ext
Class CustomOggAudioStream
java.lang.Object
de.mrjulsen.dragnsounds.core.ext.CustomOggAudioStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
,net.minecraft.client.sounds.AudioStream
Contains additional data and bugfixes.
- See Also:
-
OggAudioStream
-
Constructor Details
-
CustomOggAudioStream
- Throws:
IOException
-
-
Method Details
-
getSoundId
public long getSoundId() -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
getFormat
- Specified by:
getFormat
in interfacenet.minecraft.client.sounds.AudioStream
-
read
- Specified by:
read
in interfacenet.minecraft.client.sounds.AudioStream
- Throws:
IOException
-
readAll
- Throws:
IOException
-