Package com. github. syari. spigot. api. sound
Functions
playSound
Link copied to clipboard
playSoundLegacy
Link copied to clipboard
fun Location.playSoundLegacy(sound: String, volume: Float = 1F, pitch: Float = 1F): Unit?
Content copied to clipboard
fun Location.playSoundLegacy(sound: Sound, volume: Float = 1F, pitch: Float = 1F): Unit?
Content copied to clipboard
fun Player.playSoundLegacy(sound: String, volume: Float = 1F, pitch: Float = 1F)
Content copied to clipboard
fun Player.playSoundLegacy(sound: Sound, volume: Float = 1F, pitch: Float = 1F)
Content copied to clipboard