Class EffectStream
java.lang.Object
com.mojang.blaze3d.audio.OggAudioStream
com.codinglitch.simpleradio.client.core.central.EffectStream
- All Implemented Interfaces:
Closeable,AutoCloseable,net.minecraft.client.sounds.AudioStream
public class EffectStream
extends com.mojang.blaze3d.audio.OggAudioStream
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyEffect(ByteBuffer buffer, int size) push(int size) read(int size) readAll()Methods inherited from class com.mojang.blaze3d.audio.OggAudioStream
close, getFormat
-
Field Details
-
effect
-
-
Constructor Details
-
EffectStream
- Throws:
IOException
-
-
Method Details
-
applyEffect
-
push
- Throws:
IOException
-
read
- Specified by:
readin interfacenet.minecraft.client.sounds.AudioStream- Overrides:
readin classcom.mojang.blaze3d.audio.OggAudioStream- Throws:
IOException
-
readAll
- Overrides:
readAllin classcom.mojang.blaze3d.audio.OggAudioStream- Throws:
IOException
-