Uses of Class
com.cryptomorin.xseries.XSound
-
Packages that use XSound Package Description com.cryptomorin.xseries -
-
Uses of XSound in com.cryptomorin.xseries
Fields in com.cryptomorin.xseries declared as XSound Modifier and Type Field Description XSoundNoteBlockMusic.Sound. soundXSoundXSound.Record. soundstatic XSound[]XSound. VALUESCached list ofvalues()to avoid allocating memory for calling the method every time.Methods in com.cryptomorin.xseries that return XSound Modifier and Type Method Description static XSoundNoteBlockMusic. getSoundFromInstrument(org.bukkit.Instrument instrument)static XSoundXSound. matchXSound(org.bukkit.Sound sound)Parses the XSound with the given bukkit sound.static XSoundXSound. valueOf(String name)Returns the enum constant of this type with the specified name.static XSound[]XSound. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cryptomorin.xseries that return types with arguments of type XSound Modifier and Type Method Description static Optional<XSound>XSound. matchXSound(String sound)Parses the XSound with the given name.Constructors in com.cryptomorin.xseries with parameters of type XSound Constructor Description Record(XSound sound, org.bukkit.entity.Player player, org.bukkit.Location location, float volume, float pitch, boolean playAtLocation)Sound(XSound sound, float pitch, float volume, int restatement, int restatementFermata, int fermata)
-