Klasse SoundPlayingCallback
java.lang.Object
de.mrjulsen.dragnsounds.core.callbacks.server.SoundPlayingCallback
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic enum
static interface
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic void
clear()
static void
create
(long soundId, SoundPlayingCallback.ISoundCreatedCallback callback) static int
getCount()
static boolean
run
(long id, net.minecraft.world.entity.player.Player player, SoundPlayingCallback.ESoundPlaybackStatus status) static boolean
runAndClose
(long id, net.minecraft.world.entity.player.Player player, SoundPlayingCallback.ESoundPlaybackStatus status)
-
Konstruktordetails
-
SoundPlayingCallback
public SoundPlayingCallback()
-
-
Methodendetails
-
create
-
run
public static boolean run(long id, net.minecraft.world.entity.player.Player player, SoundPlayingCallback.ESoundPlaybackStatus status) -
runAndClose
public static boolean runAndClose(long id, net.minecraft.world.entity.player.Player player, SoundPlayingCallback.ESoundPlaybackStatus status) -
getCount
public static int getCount() -
clear
public static void clear()
-