Uses of Interface
dev.wyck.wrapper.environment.sounds.AmbientMoodSettings
Packages that use AmbientMoodSettings
-
Uses of AmbientMoodSettings in dev.wyck.wrapper.environment.sounds
Fields in dev.wyck.wrapper.environment.sounds with type parameters of type AmbientMoodSettingsModifier and TypeFieldDescriptionstatic final ConstructWireProvider<AmbientMoodSettings> AmbientMoodSettings.WIREMethods in dev.wyck.wrapper.environment.sounds that return AmbientMoodSettingsModifier and TypeMethodDescriptionAmbientMoodSettings.Builder.build()Builds the ambient mood settings record.static AmbientMoodSettingsAmbientMoodSettings.of(SoundEvent soundEvent, int tickDelay, int blockSearchExtent, double soundPositionOffset) Creates a new ambient mood settings record.Methods in dev.wyck.wrapper.environment.sounds that return types with arguments of type AmbientMoodSettingsMethods in dev.wyck.wrapper.environment.sounds with parameters of type AmbientMoodSettingsModifier and TypeMethodDescriptionAmbientSounds.Builder.mood(@Nullable AmbientMoodSettings mood) Sets the mood settings.static AmbientSoundsAmbientSounds.of(@Nullable SoundEvent loop, @Nullable AmbientMoodSettings mood, List<AmbientAdditionsSettings> additions) Creates a new ambient sounds record.