java.lang.Object
io.github.thebusybiscuit.slimefun4.core.services.sounds.SoundConfiguration

public class SoundConfiguration extends Object
This structure class holds configured values for a SoundEffect.
Author:
TheBusyBiscuit
See Also:
  • Constructor Details

    • SoundConfiguration

      protected SoundConfiguration(@Nonnull String sound, float volume, float pitch)
  • Method Details

    • getSoundId

      @Nonnull public String getSoundId()
    • getVolume

      public float getVolume()
    • getPitch

      public float getPitch()