Package wbs.utils.util
Class WbsSoundGroup
java.lang.Object
wbs.utils.util.WbsSoundGroup
- All Implemented Interfaces:
Serializable
A group of
WbsSounds.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WbsSoundGroup
-
-
Method Details
-
addSound
Add a WbsSound to this sound group- Parameters:
sound- The sound to addticks- Optionally, the delay between this sound and the previously added one
-
addSound
Add a WbsSound to this sound group- Parameters:
sound- The sound to add
-
play
public void play(org.bukkit.Location loc) Play the sound.- Parameters:
loc- The location at which to play the sound
-