Uses of Class
net.minecraft.sound.BiomeAdditionsSound
Packages that use BiomeAdditionsSound
-
Uses of BiomeAdditionsSound in net.minecraft.client.sound
Fields in net.minecraft.client.sound with type parameters of type BiomeAdditionsSoundModifier and TypeFieldDescriptionprivate Optional<BiomeAdditionsSound>
BiomeEffectSoundPlayer.additionsSound
-
Uses of BiomeAdditionsSound in net.minecraft.sound
Fields in net.minecraft.sound with type parameters of type BiomeAdditionsSoundModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BiomeAdditionsSound>
BiomeAdditionsSound.CODEC
-
Uses of BiomeAdditionsSound in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type BiomeAdditionsSoundModifier and TypeFieldDescriptionprivate final Optional<BiomeAdditionsSound>
BiomeEffects.additionsSound
private Optional<BiomeAdditionsSound>
BiomeEffects.Builder.additionsSound
Methods in net.minecraft.world.biome that return types with arguments of type BiomeAdditionsSoundModifier and TypeMethodDescriptionBiome.getAdditionsSound()
BiomeEffects.getAdditionsSound()
Returns the additions sound.Methods in net.minecraft.world.biome with parameters of type BiomeAdditionsSoundModifier and TypeMethodDescriptionBiomeEffects.Builder.additionsSound
(BiomeAdditionsSound additionsSound)