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

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