1.6 KiB
1.6 KiB
title
title |
---|
net.axay.kspigot.sound - |
//KSpigot/net.axay.kspigot.sound
Package net.axay.kspigot.sound
Types
Name | Summary |
---|---|
KSpigotSound | [jvm] Content data class KSpigotSound(sound: Sound, volume: Float, pitch: Float, category: SoundCategory?) |
Functions
Name | Summary |
---|---|
sound | [jvm] Brief description Accesses the sound builder. Content fun sound(sound: Sound, builder: KSpigotSound.() -> Unit): KSpigotSound [jvm] Brief description Accesses the sound builder and then immediately plays the sound at the given location. Content fun Location.sound(sound: Sound, builder: KSpigotSound.() -> Unit?) [jvm] Brief description Accesses the sound builder and then immediately plays the sound for the player. Content fun Player.sound(sound: Sound, builder: KSpigotSound.() -> Unit?) |