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.soundstatic final XSound[]XSound.VALUESCached list ofvalues()to avoid allocating memory for calling the method every time.Fields in com.cryptomorin.xseries with type parameters of type XSoundModifier and TypeFieldDescriptionXSound.MUSICA list of sounds that are labelled as "music" (usually longer than 30 seconds)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.Checks if this sound is supported in the current version and returns itself if yes.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.Methods in com.cryptomorin.xseries with parameters of type XSoundModifier and TypeMethodDescriptionChecks if this sound is supported in the current version and returns itself if yes.Constructors in com.cryptomorin.xseries with parameters of type XSound