Uses of Class
net.minecraft.sound.BiomeAdditionsSound
| Package | Description |
|---|---|
| net.minecraft.client.sound | |
| net.minecraft.sound | |
| net.minecraft.world.biome |
-
Uses of BiomeAdditionsSound in net.minecraft.client.sound
Fields in net.minecraft.client.sound with type parameters of type BiomeAdditionsSound Modifier and Type Field Description private Optional<BiomeAdditionsSound>BiomeEffectSoundPlayer. additionsSound -
Uses of BiomeAdditionsSound in net.minecraft.sound
Fields in net.minecraft.sound with type parameters of type BiomeAdditionsSound Modifier and Type Field Description static 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 BiomeAdditionsSound Modifier and Type Field Description private Optional<BiomeAdditionsSound>BiomeEffects. additionsSoundprivate Optional<BiomeAdditionsSound>BiomeEffects.Builder. additionsSoundMethods in net.minecraft.world.biome that return types with arguments of type BiomeAdditionsSound Modifier and Type Method Description Optional<BiomeAdditionsSound>Biome. getAdditionsSound()Optional<BiomeAdditionsSound>BiomeEffects. getAdditionsSound()Returns the additions sound.Methods in net.minecraft.world.biome with parameters of type BiomeAdditionsSound Modifier and Type Method Description BiomeEffects.BuilderBiomeEffects.Builder. additionsSound(BiomeAdditionsSound additionsSound)