Package net.minecraft.world.biome
Class MoodSoundAmbience
- java.lang.Object
-
- net.minecraft.world.biome.MoodSoundAmbience
-
public class MoodSoundAmbience extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
blockSearchExtent
static com.mojang.serialization.Codec<MoodSoundAmbience>
CODEC
static MoodSoundAmbience
LEGACY_CAVE_SETTINGS
private SoundEvent
soundEvent
private double
soundPositionOffset
private int
tickDelay
-
Constructor Summary
Constructors Constructor Description MoodSoundAmbience(SoundEvent p_i231628_1_, int p_i231628_2_, int p_i231628_3_, double p_i231628_4_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBlockSearchExtent()
SoundEvent
getSoundEvent()
double
getSoundPositionOffset()
int
getTickDelay()
-
-
-
Field Detail
-
CODEC
public static final com.mojang.serialization.Codec<MoodSoundAmbience> CODEC
-
LEGACY_CAVE_SETTINGS
public static final MoodSoundAmbience LEGACY_CAVE_SETTINGS
-
soundEvent
private SoundEvent soundEvent
-
tickDelay
private int tickDelay
-
blockSearchExtent
private int blockSearchExtent
-
soundPositionOffset
private double soundPositionOffset
-
-
Constructor Detail
-
MoodSoundAmbience
public MoodSoundAmbience(SoundEvent p_i231628_1_, int p_i231628_2_, int p_i231628_3_, double p_i231628_4_)
-
-
Method Detail
-
getSoundEvent
public SoundEvent getSoundEvent()
-
getTickDelay
public int getTickDelay()
-
getBlockSearchExtent
public int getBlockSearchExtent()
-
getSoundPositionOffset
public double getSoundPositionOffset()
-
-