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. additionsSound
private Optional<BiomeAdditionsSound>
BiomeEffects.Builder. additionsSound
Methods 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.Builder
BiomeEffects.Builder. additionsSound(BiomeAdditionsSound additionsSound)