Class SoundConfiguration
java.lang.Object
io.github.thebusybiscuit.slimefun4.core.services.sounds.SoundConfiguration
This structure class holds configured values for a
SoundEffect
.- Author:
- TheBusyBiscuit
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
SoundConfiguration
(String sound, float volume, float pitch) -
Method Summary
-
Constructor Details
-
SoundConfiguration
-
-
Method Details
-
getSoundId
-
getVolume
public float getVolume() -
getPitch
public float getPitch()
-