Class DefaultSurfaceBuilder
java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<SurfaceBuilder<?>>
net.minecraft.world.level.levelgen.surfacebuilders.SurfaceBuilder<SurfaceBuilderBaseConfiguration>
net.minecraft.world.level.levelgen.surfacebuilders.DefaultSurfaceBuilder
- 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
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
ConstructorDescriptionDefaultSurfaceBuilder(com.mojang.serialization.Codec<SurfaceBuilderBaseConfiguration> p_74788_)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply(Random p_163891_, ChunkAccess p_163892_, Biome p_163893_, int p_163894_, int p_163895_, int p_163896_, double p_163897_, BlockState p_163898_, BlockState p_163899_, int p_163900_, int p_163901_, long p_163902_, SurfaceBuilderBaseConfiguration p_163903_)
protected void
apply(Random p_163919_, ChunkAccess p_163920_, Biome p_163921_, int p_163922_, int p_163923_, int p_163924_, double p_163925_, BlockState p_163926_, BlockState p_163927_, BlockState p_163928_, BlockState p_163929_, BlockState p_163930_, int p_163931_, int p_163932_)
Methods inherited from class net.minecraft.world.level.levelgen.surfacebuilders.SurfaceBuilder
configured, configuredCodec, initNoise
Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
-
Constructor Details
-
DefaultSurfaceBuilder
public DefaultSurfaceBuilder(com.mojang.serialization.Codec<SurfaceBuilderBaseConfiguration> p_74788_)
-
-
Method Details
-
apply
public void apply(Random p_163891_, ChunkAccess p_163892_, Biome p_163893_, int p_163894_, int p_163895_, int p_163896_, double p_163897_, BlockState p_163898_, BlockState p_163899_, int p_163900_, int p_163901_, long p_163902_, SurfaceBuilderBaseConfiguration p_163903_)- Specified by:
apply
in classSurfaceBuilder<SurfaceBuilderBaseConfiguration>
-
apply
protected void apply(Random p_163919_, ChunkAccess p_163920_, Biome p_163921_, int p_163922_, int p_163923_, int p_163924_, double p_163925_, BlockState p_163926_, BlockState p_163927_, BlockState p_163928_, BlockState p_163929_, BlockState p_163930_, int p_163931_, int p_163932_)
-