Uses of Class
com.cryptomorin.xseries.XSound.Record
Packages that use XSound.Record
-
Uses of XSound.Record in com.cryptomorin.xseries
Fields in com.cryptomorin.xseries declared as XSound.RecordMethods in com.cryptomorin.xseries that return XSound.RecordModifier and TypeMethodDescriptionXSound.Record.clone()XSound.Record.inCategory(org.bukkit.SoundCategory category) static XSound.RecordJust an extra feature that loads sounds from strings.static XSound.RecordXSound.play(String sound, Consumer<XSound.SoundPlayer> soundPlayer) A short handy method to play a sound from configs.static XSound.RecordDeprecated.XSound.Record.publicSound(boolean publicSound) Whether to play this sound to all nearby players or just the players specified in theXSound.SoundPlayer.playerslist.XSound.record()XSound.Record.withPitch(float pitch) Some sounds have different variations.The sound including the namespace and the key.XSound.Record.withVolume(float volume) Methods in com.cryptomorin.xseries with parameters of type XSound.RecordConstructors in com.cryptomorin.xseries with parameters of type XSound.Record
XSound.play(String, Consumer)instead.