api
a9eff54633
jvm
api
/
org.kryptonmc.api.effect
/
Music
/
Companion
Companion
object
Companion
Members
Functions
of
Link copied to clipboard
@
JvmStatic
@
Contract
(
value
=
"_, _, _, _ -> new"
,
pure
=
true
)
fun
of
(
sound
:
SoundEvent
,
minimumDelay
:
Int
,
maximumDelay
:
Int
,
replaceCurrentMusic
:
Boolean
)
:
Music
Creates new music with the given values.