Class MesogleaCaves
java.lang.Object
net.frozenblock.lib.worldgen.biome.api.FrozenBiome
net.frozenblock.wilderwild.worldgen.biome.MesogleaCaves
public final class MesogleaCaves
extends net.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.world.level.biome.Climate.Parameterstatic final floatstatic final net.minecraft.world.level.biome.Climate.Parameterstatic final intstatic final net.minecraft.world.level.biome.Climate.Parameterstatic final MesogleaCavesstatic final floatstatic final intstatic final floatstatic final net.minecraft.world.level.biome.Climate.Parameterstatic final intstatic final intstatic final net.minecraft.world.level.biome.Climate.Parameter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFeatures(net.minecraft.world.level.biome.BiomeGenerationSettings.Builder features) voidaddSpawns(net.minecraft.world.level.biome.MobSpawnSettings.Builder spawns) @Nullable net.minecraft.world.level.biome.AmbientAdditionsSettings@Nullable net.minecraft.core.Holder<net.minecraft.sounds.SoundEvent> @NotNull net.minecraft.world.level.biome.AmbientMoodSettings@Nullable net.minecraft.world.level.biome.AmbientParticleSettings@NotNull net.minecraft.sounds.MusicbiomeID()floatdownfall()intfogColor()@Nullable Integer@Nullable IntegerbooleanvoidinjectToOverworld(Consumer<com.mojang.datafixers.util.Pair<net.minecraft.world.level.biome.Climate.ParameterPoint, net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome>>> parameters) modID()intskyColor()floatintintMethods inherited from class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
addBottomBiome, addSemiDeepBiome, addSurfaceBiome, addUndergroundBiome, create, disable, getFrozenBiomes, getKey, grassColorModifier, isEnabled, temperatureModifier
-
Field Details
-
TEMPERATURE
public static final net.minecraft.world.level.biome.Climate.Parameter TEMPERATURE -
HUMIDITY
public static final net.minecraft.world.level.biome.Climate.Parameter HUMIDITY -
CONTINENTALNESS
public static final net.minecraft.world.level.biome.Climate.Parameter CONTINENTALNESS -
EROSION
public static final net.minecraft.world.level.biome.Climate.Parameter EROSION -
WEIRDNESS
public static final net.minecraft.world.level.biome.Climate.Parameter WEIRDNESS -
OFFSET
public static final float OFFSET- See Also:
-
TEMP
public static final float TEMP- See Also:
-
DOWNFALL
public static final float DOWNFALL- See Also:
-
WATER_COLOR
public static final int WATER_COLOR- See Also:
-
WATER_FOG_COLOR
public static final int WATER_FOG_COLOR- See Also:
-
FOG_COLOR
public static final int FOG_COLOR- See Also:
-
SKY_COLOR
public static final int SKY_COLOR -
INSTANCE
-
-
Constructor Details
-
MesogleaCaves
public MesogleaCaves()
-
-
Method Details
-
modID
- Specified by:
modIDin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
biomeID
- Specified by:
biomeIDin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
temperature
public float temperature()- Specified by:
temperaturein classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
downfall
public float downfall()- Specified by:
downfallin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
hasPrecipitation
public boolean hasPrecipitation()- Specified by:
hasPrecipitationin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
skyColor
public int skyColor()- Specified by:
skyColorin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
fogColor
public int fogColor()- Specified by:
fogColorin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
waterColor
public int waterColor()- Specified by:
waterColorin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
waterFogColor
public int waterFogColor()- Specified by:
waterFogColorin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
foliageColorOverride
- Specified by:
foliageColorOverridein classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
grassColorOverride
- Specified by:
grassColorOverridein classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
ambientParticleSettings
@Nullable public @Nullable net.minecraft.world.level.biome.AmbientParticleSettings ambientParticleSettings()- Specified by:
ambientParticleSettingsin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
ambientLoopSound
@Nullable public @Nullable net.minecraft.core.Holder<net.minecraft.sounds.SoundEvent> ambientLoopSound()- Specified by:
ambientLoopSoundin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
ambientMoodSettings
@NotNull public @NotNull net.minecraft.world.level.biome.AmbientMoodSettings ambientMoodSettings()- Specified by:
ambientMoodSettingsin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
ambientAdditionsSound
@Nullable public @Nullable net.minecraft.world.level.biome.AmbientAdditionsSettings ambientAdditionsSound()- Specified by:
ambientAdditionsSoundin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
backgroundMusic
@NotNull public @NotNull net.minecraft.sounds.Music backgroundMusic()- Specified by:
backgroundMusicin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
addFeatures
public void addFeatures(@NotNull net.minecraft.world.level.biome.BiomeGenerationSettings.Builder features) - Specified by:
addFeaturesin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
addSpawns
public void addSpawns(net.minecraft.world.level.biome.MobSpawnSettings.Builder spawns) - Specified by:
addSpawnsin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-
injectToOverworld
public void injectToOverworld(Consumer<com.mojang.datafixers.util.Pair<net.minecraft.world.level.biome.Climate.ParameterPoint, net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome>>> parameters) - Specified by:
injectToOverworldin classnet.frozenblock.lib.worldgen.biome.api.FrozenBiome
-