Package valorless.valorlessutils.sound
Class SFX
java.lang.Object
valorless.valorlessutils.sound.SFX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.Sound
static void
Play a sound at the location of the player with the given volume and pitch.static void
Play a sound at a location with the given volume and pitch.
-
Constructor Details
-
SFX
public SFX()
-
-
Method Details
-
Play
Play a sound at the location of the player with the given volume and pitch.- Parameters:
sound
- The name of the sound to play.volume
- The volume of the sound (1.0 is normal volume).pitch
- The pitch of the sound (1.0 is normal pitch).player
- The player for whom the sound will be played.
-
Play
Play a sound at a location with the given volume and pitch.- Parameters:
sound
- The name of the sound to play.volume
- The volume of the sound (1.0 is normal volume).pitch
- The pitch of the sound (1.0 is normal pitch).location
- The location where the sound will be played.
-
GetSound
-