Interface SoundConfig.Factory
- Enclosing interface:
SoundConfig
public static interface SoundConfig.Factory
-
Method Summary
Modifier and TypeMethodDescriptionofAdditional
(SoundType sound, double tickChance) ofAmbientMood
(SoundType sound, int tickDelay, int searchRadius, double distanceModifier) ofBackroundMusic
(SoundType sound, int minDelay, int maxDelay, boolean replacesCurrent)
-
Method Details
-
ofAmbientMood
SoundConfig.Mood ofAmbientMood(SoundType sound, int tickDelay, int searchRadius, double distanceModifier) -
ofAdditional
-
ofBackroundMusic
SoundConfig.BackgroundMusic ofBackroundMusic(SoundType sound, int minDelay, int maxDelay, boolean replacesCurrent)
-