BBUReloaded
Toggle table of contents
0.1-BETA
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
BBUReloaded
BBUReloaded
/
me.imoltres.bbu.utils.sound
/
SoundBuilder
Sound
Builder
public
class
SoundBuilder
Members
Constructors
Sound
Builder
Link copied to clipboard
public
void
SoundBuilder
(
Sound
sound
)
public
void
SoundBuilder
(
Sound
sound
,
float pitch
)
public
void
SoundBuilder
(
Sound
sound
,
float pitch
,
float volume
)
Functions
broadcast
Link copied to clipboard
public
void
broadcast
(
)
Broadcast a sound to all players
pitch
Link copied to clipboard
public
SoundBuilder
pitch
(
float pitch
)
play
Link copied to clipboard
public
void
play
(
Location
pos
)
Play this sound effect at the specified location
public
void
play
(
Array
<
Player
>
players
)
Play this sound effect for the specified player
sound
Link copied to clipboard
public
SoundBuilder
sound
(
Sound
sound
)
volume
Link copied to clipboard
public
SoundBuilder
volume
(
float volume
)