Package net.minecraft.world.biome
Class SoundAdditionsAmbience
- java.lang.Object
-
- net.minecraft.world.biome.SoundAdditionsAmbience
-
public class SoundAdditionsAmbience extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<SoundAdditionsAmbience>
CODEC
private SoundEvent
soundEvent
private double
tickChance
-
Constructor Summary
Constructors Constructor Description SoundAdditionsAmbience(SoundEvent p_i231627_1_, double p_i231627_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoundEvent
getSoundEvent()
double
getTickChance()
-
-
-
Field Detail
-
CODEC
public static final com.mojang.serialization.Codec<SoundAdditionsAmbience> CODEC
-
soundEvent
private SoundEvent soundEvent
-
tickChance
private double tickChance
-
-
Constructor Detail
-
SoundAdditionsAmbience
public SoundAdditionsAmbience(SoundEvent p_i231627_1_, double p_i231627_2_)
-
-
Method Detail
-
getSoundEvent
public SoundEvent getSoundEvent()
-
getTickChance
public double getTickChance()
-
-