Uses of Interface
dev.wyck.wrapper.environment.sounds.AmbientAdditionsSettings
Packages that use AmbientAdditionsSettings
-
Uses of AmbientAdditionsSettings in dev.wyck.wrapper.environment.sounds
Fields in dev.wyck.wrapper.environment.sounds with type parameters of type AmbientAdditionsSettingsModifier and TypeFieldDescriptionstatic final ConstructWireProvider<AmbientAdditionsSettings> AmbientAdditionsSettings.WIREMethods in dev.wyck.wrapper.environment.sounds that return AmbientAdditionsSettingsModifier and TypeMethodDescriptionAmbientAdditionsSettings.Builder.build()Builds the ambient additions settings record.static AmbientAdditionsSettingsAmbientAdditionsSettings.of(SoundEvent soundEvent, double tickChance) Creates a new ambient additions settings record.Methods in dev.wyck.wrapper.environment.sounds that return types with arguments of type AmbientAdditionsSettingsMethods in dev.wyck.wrapper.environment.sounds with parameters of type AmbientAdditionsSettingsModifier and TypeMethodDescriptionAmbientSounds.Builder.addition(AmbientAdditionsSettings... additions) Adds an ambient additions settings.Method parameters in dev.wyck.wrapper.environment.sounds with type arguments of type AmbientAdditionsSettingsModifier and TypeMethodDescriptionstatic AmbientSoundsAmbientSounds.of(@Nullable SoundEvent loop, @Nullable AmbientMoodSettings mood, List<AmbientAdditionsSettings> additions) Creates a new ambient sounds record.