net.minecraft.world.level.biome

public class AmbientMoodSettings

ckr
net.minecraft.world.level.biome.AmbientMoodSettings
net.minecraft.class_4968
net.minecraft.sound.BiomeMoodSound
net.minecraft.src.C_1627_
net.minecraft.world.level.biome.CaveSoundSettings

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<AmbientMoodSettings>
a
CODEC
field_24674
CODEC
f_47386_
public static final AmbientMoodSettings
b
LEGACY_CAVE_SETTINGS
field_23146
CAVE
f_47387_
private final Holder<SoundEvent>
c
soundEvent
field_23147
sound
f_47388_
private final int
d
tickDelay
field_23148
cultivationTicks
f_47389_
private final int
e
blockSearchExtent
field_23149
spawnRange
f_47390_
private final double
f
soundPositionOffset
field_23150
extraDistance
f_47391_

Constructor summary

ModifierConstructor
public (Holder<SoundEvent> sound, int cultivationTicks, int spawnRange, double extraDistance)

Method summary

Modifier and TypeMethod
public Holder<SoundEvent>
a()
getSoundEvent()
method_26100()
getSound()
m_263199_()
public int
b()
getTickDelay()
method_26101()
getCultivationTicks()
m_47403_()
public int
c()
getBlockSearchExtent()
method_26102()
getSpawnRange()
m_47406_()
public double
d()
getSoundPositionOffset()
method_26103()
getExtraDistance()
m_47409_()