Uses of Class
dev.wyck.environment.sounds.AmbientMoodSettings.Builder
Packages that use AmbientMoodSettings.Builder
-
Uses of AmbientMoodSettings.Builder in dev.wyck.environment.sounds
Methods in dev.wyck.environment.sounds that return AmbientMoodSettings.BuilderModifier and TypeMethodDescriptionAmbientMoodSettings.Builder.blockSearchExtent(int blockSearchExtent) Sets the block search extent of the ambient mood settings.static AmbientMoodSettings.BuilderAmbientMoodSettings.builder()Creates a new ambient mood settings record builder.AmbientMoodSettings.Builder.soundEvent(SoundEvent soundEvent) Sets the sound event of the ambient mood settings.AmbientMoodSettings.Builder.soundEvent(String soundKey) Sets the sound event of the ambient mood settings.AmbientMoodSettings.Builder.soundEvent(Sound bukkitSound) Sets the sound event of the ambient mood settings.AmbientMoodSettings.Builder.soundPositionOffset(double soundPositionOffset) Sets the sound position offset of the ambient mood settings.AmbientMoodSettings.Builder.tickDelay(int tickDelay) Sets the tick delay of the ambient mood settings.default AmbientMoodSettings.BuilderAmbientMoodSettings.toBuilder()Creates a new builder with the same values as these ambient mood settings.