Class FrozenOceanSurfaceBuilder
java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<SurfaceBuilder<?>>
net.minecraft.world.level.levelgen.surfacebuilders.SurfaceBuilder<SurfaceBuilderBaseConfiguration>
net.minecraft.world.level.levelgen.surfacebuilders.FrozenOceanSurfaceBuilder
- All Implemented Interfaces:
IForgeRegistryEntry<SurfaceBuilder<?>>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>>
-
Field Summary
Modifier and TypeFieldDescriptionprivate static BlockState
private static BlockState
private static BlockState
private PerlinSimplexNoise
private PerlinSimplexNoise
protected static BlockState
private long
protected static BlockState
Fields inherited from class net.minecraft.world.level.levelgen.surfacebuilders.SurfaceBuilder
BADLANDS, BASALT_DELTAS, CONFIG_BADLANDS, CONFIG_BASALT_DELTAS, CONFIG_COARSE_DIRT, CONFIG_CRIMSON_FOREST, CONFIG_DESERT, CONFIG_FULL_SAND, CONFIG_GRASS, CONFIG_GRAVEL, CONFIG_HELL, CONFIG_MYCELIUM, CONFIG_OCEAN_SAND, CONFIG_PODZOL, CONFIG_SOUL_SAND_VALLEY, CONFIG_STONE, CONFIG_THEEND, CONFIG_WARPED_FOREST, DEFAULT, ERODED_BADLANDS, FROZEN_OCEAN, GIANT_TREE_TAIGA, GRAVELLY_MOUNTAIN, MOUNTAIN, NETHER, NETHER_FOREST, NOPE, SHATTERED_SAVANNA, SOUL_SAND_VALLEY, SWAMP, WOODED_BADLANDS
Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate
-
Constructor Summary
ConstructorDescriptionFrozenOceanSurfaceBuilder(com.mojang.serialization.Codec<SurfaceBuilderBaseConfiguration> p_74871_)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply(Random p_163962_, ChunkAccess p_163963_, Biome p_163964_, int p_163965_, int p_163966_, int p_163967_, double p_163968_, BlockState p_163969_, BlockState p_163970_, int p_163971_, int p_163972_, long p_163973_, SurfaceBuilderBaseConfiguration p_163974_)
void
initNoise(long p_74873_)
Methods inherited from class net.minecraft.world.level.levelgen.surfacebuilders.SurfaceBuilder
configured, configuredCodec
Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
-
Field Details
-
PACKED_ICE
-
SNOW_BLOCK
-
AIR
-
GRAVEL
-
ICE
-
icebergNoise
-
icebergRoofNoise
-
seed
private long seed
-
-
Constructor Details
-
FrozenOceanSurfaceBuilder
public FrozenOceanSurfaceBuilder(com.mojang.serialization.Codec<SurfaceBuilderBaseConfiguration> p_74871_)
-
-
Method Details
-
apply
public void apply(Random p_163962_, ChunkAccess p_163963_, Biome p_163964_, int p_163965_, int p_163966_, int p_163967_, double p_163968_, BlockState p_163969_, BlockState p_163970_, int p_163971_, int p_163972_, long p_163973_, SurfaceBuilderBaseConfiguration p_163974_)- Specified by:
apply
in classSurfaceBuilder<SurfaceBuilderBaseConfiguration>
-
initNoise
public void initNoise(long p_74873_)- Overrides:
initNoise
in classSurfaceBuilder<SurfaceBuilderBaseConfiguration>
-