Uses of Class
dev.wyck.wrapper.environment.sounds.Music.Builder
Packages that use Music.Builder
-
Uses of Music.Builder in dev.wyck.wrapper.environment.sounds
Methods in dev.wyck.wrapper.environment.sounds that return Music.BuilderModifier and TypeMethodDescriptionstatic Music.BuilderMusic.builder()Creates a new music record builder.Music.Builder.maxDelay(int maxDelay) Sets the maximum delay of the music.Music.Builder.minDelay(int minDelay) Sets the minimum delay of the music.Music.Builder.replaceCurrentMusic(boolean replaceCurrentMusic) Sets whether the music should replace the current music.Music.Builder.sound(SoundEvent sound) Sets the sound of the music.