net.minecraft.world.level.biome

public class BiomeSpecialEffects

bri
net.minecraft.world.level.biome.BiomeSpecialEffects
net.minecraft.class_4763
net.minecraft.world.biome.BiomeEffects
net.minecraft.world.biome.BiomeAmbience
net.minecraft.server.v1_16_R1.BiomeFog

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<BiomeSpecialEffects>
a
CODEC
field_24714
CODEC
field_235204_a_
private final int
b
fogColor
field_22067
fogColor
field_235205_b_
private final int
c
waterColor
field_22068
waterColor
field_235206_c_
private final int
d
waterFogColor
field_22069
waterFogColor
field_235207_d_
private final Optional<AmbientParticleSettings>
e
ambientParticleSettings
field_22070
particleConfig
field_235208_e_
private final Optional<SoundEvent>
f
ambientLoopSoundEvent
field_22491
loopSound
field_235209_f_
private final Optional<AmbientMoodSettings>
g
ambientMoodSettings
field_22492
moodSound
field_235210_g_
private final Optional<AmbientAdditionsSettings>
h
ambientAdditionsSettings
field_22493
additionsSound
field_235211_h_
private final Optional<Music>
i
backgroundMusic
field_24113
music
field_235212_i_

Constructor summary

ModifierConstructor
private (int fogColor, int waterColor, int waterFogColor, Optional<AmbientParticleSettings> particleConfig, Optional<SoundEvent> loopSound, Optional<AmbientMoodSettings> moodSound, Optional<AmbientAdditionsSettings> additionsSound, Optional<Music> music)

Method summary

Modifier and TypeMethod
public int
a()
getFogColor()
method_24387()
getFogColor()
func_235213_a_()
public int
b()
getWaterColor()
method_24388()
getWaterColor()
func_235216_b_()
public int
c()
getWaterFogColor()
method_24389()
getWaterFogColor()
func_235218_c_()
public Optional<AmbientParticleSettings>
d()
getAmbientParticleSettings()
method_24390()
getParticleConfig()
func_235220_d_()
public Optional<SoundEvent>
e()
getAmbientLoopSoundEvent()
method_24939()
getLoopSound()
func_235222_e_()
public Optional<AmbientMoodSettings>
f()
getAmbientMoodSettings()
method_24940()
getMoodSound()
func_235224_f_()
public Optional<AmbientAdditionsSettings>
g()
getAmbientAdditionsSettings()
method_24941()
getAdditionsSound()
func_235226_g_()
public Optional<Music>
h()
getBackgroundMusic()
method_27345()
method_27345()
func_235228_h_()