Class SoundChannelsHolder
java.lang.Object
de.mrjulsen.dragnsounds.core.callbacks.client.SoundChannelsHolder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
clear()
static void
close
(long id) static long
create
(long requestId, ChannelContext value) static ChannelContext
get
(long id) static int
getCount()
static boolean
has
(long id)
-
Constructor Details
-
SoundChannelsHolder
public SoundChannelsHolder()
-
-
Method Details
-
create
-
get
-
has
public static boolean has(long id) -
getCount
public static int getCount() -
close
public static void close(long id) -
clear
public static void clear()
-