1.4 KiB
1.4 KiB
title
title |
---|
sound - |
//KSpigot/net.axay.kspigot.sound/sound
sound
[jvm]
Brief description
Accesses the sound builder.
See also
jvm
Name | Summary |
---|---|
KSpigotSound |
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.
See also
jvm
Name | Summary |
---|---|
KSpigotSound |
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.
See also
jvm
Name | Summary |
---|---|
KSpigotSound |
Content
fun Player.sound(sound: Sound, builder: KSpigotSound.() -> Unit?)