AmbientMoodSoundBuilder
Builder for AmbientMoodSoundBuilder. If you're unfamiliar with Minecraft's mood sound system, check out the Minecraft Wiki.
The following settings are available:
soundEvent
- The SoundEvent that is played.tickDelay
- The delay between each sound event in ticks.blockSearchExtent
- The range of possible positions to find place to play the mood sound.soundPositionOffset
- The offset of the sound position.
Functions
Sets the blockSearchExtent
setting of the biome's ambient mood sound to the given blockSearchExtent.
Sets the soundEvent
setting of the biome's ambient mood sound to the given soundEvent via a Holder that either already contains a SoundEvent, or is set later by the SoundEvent Registry.
Sets the soundEvent
setting of the biome's ambient mood sound to the given soundEventId via its ResourceKey. If the SoundEvent is not yet registered, an empty Holder will be created and the SoundEvent will be set later by the SoundEvent Registry.
Sets the soundEvent
setting of the biome's ambient mood sound to the given soundEventId via its ResourceLocation. If the SoundEvent is not yet registered, an empty Holder will be created and the SoundEvent will be set later by the SoundEvent Registry.
Sets the soundEvent
setting of the biome's ambient mood sound to the given soundEvent.
Sets the soundPositionOffset
setting of the biome's ambient mood sound to the given soundPositionOffset.