Package net.minecraft.sound
Class BiomeAdditionsSound
java.lang.Object
net.minecraft.sound.BiomeAdditionsSound
Represents an "additions sound" for a biome.
- Mappings:
- Namespace - Name - official - cnh- intermediary - net/minecraft/class_4967- named - net/minecraft/sound/BiomeAdditionsSound
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final doublestatic final com.mojang.serialization.Codec<BiomeAdditionsSound>private final RegistryEntry<SoundEvent>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondoubleReturns the chance of this addition sound to play at any tick.getSound()
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcnh;a:Lcom/mojang/serialization/Codec;- intermediary - field_24673- Lnet/minecraft/class_4967;field_24673:Lcom/mojang/serialization/Codec;- named - CODEC- Lnet/minecraft/sound/BiomeAdditionsSound;CODEC:Lcom/mojang/serialization/Codec;
 
- 
sound- Mappings:
- Namespace - Name - Mixin selector - official - b- Lcnh;b:Lhe;- intermediary - field_23144- Lnet/minecraft/class_4967;field_23144:Lnet/minecraft/class_6880;- named - sound- Lnet/minecraft/sound/BiomeAdditionsSound;sound:Lnet/minecraft/registry/entry/RegistryEntry;
 
- 
chanceprivate final double chance- Mappings:
- Namespace - Name - Mixin selector - official - c- Lcnh;c:D- intermediary - field_23145- Lnet/minecraft/class_4967;field_23145:D- named - chance- Lnet/minecraft/sound/BiomeAdditionsSound;chance:D
 
 
- 
- 
Constructor Details- 
BiomeAdditionsSound- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lcnh;<init>(Lhe;D)V- intermediary - <init>- Lnet/minecraft/class_4967;<init>(Lnet/minecraft/class_6880;D)V- named - <init>- Lnet/minecraft/sound/BiomeAdditionsSound;<init>(Lnet/minecraft/registry/entry/RegistryEntry;D)V
 
 
- 
- 
Method Details- 
getSound- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcnh;a()Lhe;- intermediary - method_26098- Lnet/minecraft/class_4967;method_26098()Lnet/minecraft/class_6880;- named - getSound- Lnet/minecraft/sound/BiomeAdditionsSound;getSound()Lnet/minecraft/registry/entry/RegistryEntry;
 
- 
getChancepublic double getChance()Returns the chance of this addition sound to play at any tick.- Mappings:
- Namespace - Name - Mixin selector - official - b- Lcnh;b()D- intermediary - method_26099- Lnet/minecraft/class_4967;method_26099()D- named - getChance- Lnet/minecraft/sound/BiomeAdditionsSound;getChance()D
 
 
-