Uses of Enum
com.cryptomorin.xseries.XSound
Packages that use XSound
-
Uses of XSound in com.cryptomorin.xseries
Fields in com.cryptomorin.xseries declared as XSoundModifier and TypeFieldDescriptionNoteBlockMusic.Sound.soundfinal XSoundXSound.Record.soundstatic final XSound[]XSound.VALUESCached list ofvalues()to avoid allocating memory for calling the method every time.Methods in com.cryptomorin.xseries that return XSoundModifier and TypeMethodDescriptionstatic XSoundNoteBlockMusic.getSoundFromInstrument(org.bukkit.Instrument instrument) static XSoundXSound.matchXSound(org.bukkit.Sound sound) Parses the XSound with the given bukkit sound.static XSoundReturns 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 XSoundModifier and TypeMethodDescriptionXSound.matchXSound(String sound) Parses the XSound with the given name.Constructors in com.cryptomorin.xseries with parameters of type XSound