1.21.9
Toggle table of contents
0.2.8+1.21.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
1.21.9
1.21.9
/
llc.redstone.systemsapi.data
/
Action
/
PlaySound
Play
Sound
data
class
PlaySound
(
val
sound
:
Sound
?
,
val
volume
:
Double
=
0.7
,
val
pitch
:
Double
=
1.0
,
val
location
:
Location
?
)
:
Action
Members
Constructors
Play
Sound
Link copied to clipboard
constructor
(
sound
:
Sound
?
,
volume
:
Double
=
0.7
,
pitch
:
Double
=
1.0
,
location
:
Location
?
)
Properties
location
Link copied to clipboard
val
location
:
Location
?
pitch
Link copied to clipboard
val
pitch
:
Double
sound
Link copied to clipboard
val
sound
:
Sound
?
volume
Link copied to clipboard
val
volume
:
Double