Class SoundUtil

java.lang.Object
cn.ycraft.limbo.util.SoundUtil

public class SoundUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)