Klasse SoundChannelsHolder
java.lang.Object
de.mrjulsen.dragnsounds.core.callbacks.client.SoundChannelsHolder
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic voidclear()static voidclose(long id) static longcreate(long requestId, ChannelContext value) static ChannelContextget(long id) static intgetCount()static booleanhas(long id)
-
Konstruktordetails
-
SoundChannelsHolder
public SoundChannelsHolder()
-
-
Methodendetails
-
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()
-