public class BasaltDeltasSurfaceBuilder extends AbstractNetherSurfaceBuilder
| Modifier and Type | Field and Description |
|---|---|
private static BlockState |
BASALT |
private static BlockState |
BLACKSTONE |
private static BlockState |
GRAVEL |
private static ImmutableList<BlockState> |
SURFACE_STATES |
private static ImmutableList<BlockState> |
UNDER_LAVA_STATES |
BADLANDS, BADLANDS_CONFIG, BASALT_DELTA_CONFIG, BASALT_DELTAS, COARSE_DIRT_CONFIG, CRIMSON_NYLIUM_CONFIG, DEFAULT, END_CONFIG, ERODED_BADLANDS, FROZEN_OCEAN, GIANT_TREE_TAIGA, GRASS_CONFIG, GRASS_SAND_UNDERWATER_CONFIG, GRAVEL_CONFIG, GRAVELLY_MOUNTAIN, MOUNTAIN, MYCELIUM_CONFIG, NETHER, NETHER_CONFIG, NETHER_FOREST, NOPE, PODZOL_CONFIG, SAND_CONFIG, SAND_SAND_UNDERWATER_CONFIG, SHATTERED_SAVANNA, SOUL_SAND_CONFIG, SOUL_SAND_VALLEY, STONE_CONFIG, SWAMP, WARPED_NYLIUM_CONFIG, WOODED_BADLANDS| Constructor and Description |
|---|
BasaltDeltasSurfaceBuilder(com.mojang.serialization.Codec<TernarySurfaceConfig> codec) |
| Modifier and Type | Method and Description |
|---|---|
protected BlockState |
getLavaShoreState()
Returns the state that will make up the boundary between the land and the lava ocean.
|
protected ImmutableList<BlockState> |
getSurfaceStates() |
protected ImmutableList<BlockState> |
getUnderLavaStates() |
generate, initSeedgetCodec, withConfigprivate static final BlockState BASALT
private static final BlockState BLACKSTONE
private static final BlockState GRAVEL
private static final ImmutableList<BlockState> SURFACE_STATES
private static final ImmutableList<BlockState> UNDER_LAVA_STATES
public BasaltDeltasSurfaceBuilder(com.mojang.serialization.Codec<TernarySurfaceConfig> codec)
protected ImmutableList<BlockState> getSurfaceStates()
getSurfaceStates in class AbstractNetherSurfaceBuilderprotected ImmutableList<BlockState> getUnderLavaStates()
getUnderLavaStates in class AbstractNetherSurfaceBuilderprotected BlockState getLavaShoreState()
getLavaShoreState in class AbstractNetherSurfaceBuilder