Package at.petrak.paucal.common.sounds
Class ImmediateAudioStream
java.lang.Object
at.petrak.paucal.common.sounds.ImmediateAudioStream
- All Implemented Interfaces:
Closeable,AutoCloseable,net.minecraft.client.sounds.AudioStream
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.mojang.blaze3d.audio.OggAudioStreamprotected ByteBuffer -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
backing
protected final com.mojang.blaze3d.audio.OggAudioStream backing -
lazyRead
-
-
Constructor Details
-
ImmediateAudioStream
public ImmediateAudioStream(com.mojang.blaze3d.audio.OggAudioStream backing)
-
-
Method Details
-
getFormat
- Specified by:
getFormatin interfacenet.minecraft.client.sounds.AudioStream
-
read
- Specified by:
readin interfacenet.minecraft.client.sounds.AudioStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-