Uses of Class
net.minecraft.sound.BiomeMoodSound
Package | Description |
---|---|
net.minecraft.client.sound | |
net.minecraft.sound | |
net.minecraft.world.biome |
-
Uses of BiomeMoodSound in net.minecraft.client.sound
Fields in net.minecraft.client.sound with type parameters of type BiomeMoodSound Modifier and Type Field Description private Optional<BiomeMoodSound>
BiomeEffectSoundPlayer. moodSound
-
Uses of BiomeMoodSound in net.minecraft.sound
Fields in net.minecraft.sound declared as BiomeMoodSound Modifier and Type Field Description static BiomeMoodSound
BiomeMoodSound. CAVE
Fields in net.minecraft.sound with type parameters of type BiomeMoodSound Modifier and Type Field Description static 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 BiomeMoodSound Modifier and Type Field Description private Optional<BiomeMoodSound>
BiomeEffects.Builder. moodSound
private Optional<BiomeMoodSound>
BiomeEffects. moodSound
Methods in net.minecraft.world.biome that return types with arguments of type BiomeMoodSound Modifier and Type Method Description Optional<BiomeMoodSound>
Biome. getMoodSound()
Optional<BiomeMoodSound>
BiomeEffects. getMoodSound()
Returns the mood sound.Methods in net.minecraft.world.biome with parameters of type BiomeMoodSound Modifier and Type Method Description BiomeEffects.Builder
BiomeEffects.Builder. moodSound(BiomeMoodSound moodSound)