Class SoundPlayingCallback
java.lang.Object
de.mrjulsen.dragnsounds.core.callbacks.server.SoundPlayingCallback
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static interface
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
SoundPlayingCallback
public SoundPlayingCallback()
-
-
Method Details
-
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()
-