Uses of Interface
dev.wyck.wrapper.environment.sounds.AmbientSounds
Packages that use AmbientSounds
-
Uses of AmbientSounds in dev.wyck.wrapper.environment.attribute
Fields in dev.wyck.wrapper.environment.attribute with type parameters of type AmbientSoundsModifier and TypeFieldDescriptionstatic final EnvironmentAttributeSupplier<AmbientSounds> EnvironmentAttributes.AMBIENT_SOUNDSControls ambient sounds that are played around the camera. -
Uses of AmbientSounds in dev.wyck.wrapper.environment.sounds
Fields in dev.wyck.wrapper.environment.sounds declared as AmbientSoundsFields in dev.wyck.wrapper.environment.sounds with type parameters of type AmbientSoundsModifier and TypeFieldDescriptionstatic final ConstructWireProvider<AmbientSounds> AmbientSounds.WIREMethods in dev.wyck.wrapper.environment.sounds that return AmbientSoundsModifier and TypeMethodDescriptionAmbientSounds.Builder.build()Builds the ambient sounds.static AmbientSoundsAmbientSounds.of(@Nullable SoundEvent loop, @Nullable AmbientMoodSettings mood, List<AmbientAdditionsSettings> additions) Creates a new ambient sounds record.