Package cn.ycraft.limbo.util
Class SoundUtil
java.lang.Object
cn.ycraft.limbo.util.SoundUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.geysermc.mcprotocollib.protocol.data.game.level.sound.Sound
from
(net.kyori.adventure.key.Key key) static org.geysermc.mcprotocollib.protocol.data.game.level.sound.Sound
from
(net.kyori.adventure.sound.Sound sound) static org.geysermc.mcprotocollib.protocol.data.game.level.sound.SoundCategory
from
(net.kyori.adventure.sound.Sound.Source source)
-
Constructor Details
-
SoundUtil
public SoundUtil()
-
-
Method Details
-
from
public static org.geysermc.mcprotocollib.protocol.data.game.level.sound.SoundCategory from(net.kyori.adventure.sound.Sound.Source source) -
from
public static org.geysermc.mcprotocollib.protocol.data.game.level.sound.Sound from(net.kyori.adventure.sound.Sound sound) -
from
public static org.geysermc.mcprotocollib.protocol.data.game.level.sound.Sound from(net.kyori.adventure.key.Key key)
-