Klasse SoundPlayingCallback
java.lang.Object
de.mrjulsen.dragnsounds.core.callbacks.server.SoundPlayingCallback
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumstatic interface -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic voidclear()static voidcreate(long soundId, SoundPlayingCallback.ISoundCreatedCallback callback) static intgetCount()static booleanrun(long id, net.minecraft.world.entity.player.Player player, SoundPlayingCallback.ESoundPlaybackStatus status) static booleanrunAndClose(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()
-