Class NetherSurfaceBuilder
java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<SurfaceBuilder<?>>
net.minecraft.world.level.levelgen.surfacebuilders.SurfaceBuilder<SurfaceBuilderBaseConfiguration>
net.minecraft.world.level.levelgen.surfacebuilders.NetherSurfaceBuilder
- 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
protected PerlinNoise
private static BlockState
protected long
private 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
ConstructorDescriptionNetherSurfaceBuilder(com.mojang.serialization.Codec<SurfaceBuilderBaseConfiguration> p_75072_)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply(Random p_164130_, ChunkAccess p_164131_, Biome p_164132_, int p_164133_, int p_164134_, int p_164135_, double p_164136_, BlockState p_164137_, BlockState p_164138_, int p_164139_, int p_164140_, long p_164141_, SurfaceBuilderBaseConfiguration p_164142_)
void
initNoise(long p_75074_)
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
-
AIR
-
GRAVEL
-
SOUL_SAND
-
seed
protected long seed -
decorationNoise
-
-
Constructor Details
-
NetherSurfaceBuilder
public NetherSurfaceBuilder(com.mojang.serialization.Codec<SurfaceBuilderBaseConfiguration> p_75072_)
-
-
Method Details
-
apply
public void apply(Random p_164130_, ChunkAccess p_164131_, Biome p_164132_, int p_164133_, int p_164134_, int p_164135_, double p_164136_, BlockState p_164137_, BlockState p_164138_, int p_164139_, int p_164140_, long p_164141_, SurfaceBuilderBaseConfiguration p_164142_)- Specified by:
apply
in classSurfaceBuilder<SurfaceBuilderBaseConfiguration>
-
initNoise
public void initNoise(long p_75074_)- Overrides:
initNoise
in classSurfaceBuilder<SurfaceBuilderBaseConfiguration>
-