Class SoundStreamHolder

java.lang.Object
de.mrjulsen.dragnsounds.core.callbacks.client.SoundStreamHolder

public class SoundStreamHolder extends Object
  • Constructor Details

    • SoundStreamHolder

      public SoundStreamHolder()
  • Method Details

    • getOrCreate

      public static SoundDataStream getOrCreate(long requestId, Supplier<SoundDataStream> value)
    • get

      public static SoundDataStream get(long id)
    • has

      public static boolean has(long id)
    • getCount

      public static int getCount()
    • close

      public static void close(long id)
    • clear

      public static void clear()