Uses of Class
net.minecraft.sound.BiomeMoodSound
Packages that use BiomeMoodSound
-
Uses of BiomeMoodSound in net.minecraft.client.sound
Fields in net.minecraft.client.sound with type parameters of type BiomeMoodSoundModifier and TypeFieldDescriptionprivate Optional<BiomeMoodSound>
BiomeEffectSoundPlayer.moodSound
-
Uses of BiomeMoodSound in net.minecraft.sound
Fields in net.minecraft.sound declared as BiomeMoodSoundFields in net.minecraft.sound with type parameters of type BiomeMoodSoundModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BiomeMoodSound>
BiomeMoodSound.CODEC
-
Uses of BiomeMoodSound in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type BiomeMoodSoundModifier and TypeFieldDescriptionprivate Optional<BiomeMoodSound>
BiomeEffects.Builder.moodSound
private final Optional<BiomeMoodSound>
BiomeEffects.moodSound
Methods in net.minecraft.world.biome that return types with arguments of type BiomeMoodSoundModifier and TypeMethodDescriptionBiome.getMoodSound()
BiomeEffects.getMoodSound()
Returns the mood sound.Methods in net.minecraft.world.biome with parameters of type BiomeMoodSound