Class SoundListCallback

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

public class SoundListCallback extends Object
  • Constructor Details

  • Method Details

    • create

      public static long create(Consumer<SoundFile[]> task)
    • get

      public static SoundListCallback get(long id)
    • runIfPresent

      public static boolean runIfPresent(long id)
    • close

      public static void close(long id)
    • getCount

      public static int getCount()
    • clear

      public static void clear()
    • add

      public void add(SoundFile file)
    • run

      public void run()
    • getId

      public long getId()