Files
KSpigot/docs/-k-spigot/net.axay.kspigot.sound/sound.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

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?)