Class ImmediateAudioStream

java.lang.Object
at.petrak.paucal.xplat.common.sounds.ImmediateAudioStream
All Implemented Interfaces:
Closeable, AutoCloseable, net.minecraft.client.sounds.AudioStream

public class ImmediateAudioStream extends Object implements net.minecraft.client.sounds.AudioStream
  • Field Details

    • backing

      protected final net.minecraft.client.sounds.JOrbisAudioStream backing
    • lazyRead

      protected ByteBuffer lazyRead
  • Constructor Details

    • ImmediateAudioStream

      public ImmediateAudioStream(net.minecraft.client.sounds.JOrbisAudioStream backing)
  • Method Details