public abstract class AbstractNetherSurfaceBuilder extends SurfaceBuilder<TernarySurfaceConfig>
Modifier and Type | Field and Description |
---|---|
private long |
field_23920 |
private ImmutableMap<BlockState,OctavePerlinNoiseSampler> |
field_23921 |
private ImmutableMap<BlockState,OctavePerlinNoiseSampler> |
field_23922 |
private OctavePerlinNoiseSampler |
field_23923 |
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 |
---|
AbstractNetherSurfaceBuilder(com.mojang.serialization.Codec<TernarySurfaceConfig> codec) |
Modifier and Type | Method and Description |
---|---|
void |
generate(Random random,
Chunk chunk,
Biome biome,
int int2,
int int3,
int int4,
double double2,
BlockState blockState,
BlockState blockState2,
int int5,
long long2,
TernarySurfaceConfig ternarySurfaceConfig) |
void |
initSeed(long seed) |
protected abstract ImmutableList<BlockState> |
method_27129() |
private static ImmutableMap<BlockState,OctavePerlinNoiseSampler> |
method_27131(ImmutableList<BlockState> immutableList,
long long2) |
protected abstract ImmutableList<BlockState> |
method_27133() |
protected abstract BlockState |
method_27135() |
getCodec, withConfig
private long field_23920
private ImmutableMap<BlockState,OctavePerlinNoiseSampler> field_23921
private ImmutableMap<BlockState,OctavePerlinNoiseSampler> field_23922
private OctavePerlinNoiseSampler field_23923
public AbstractNetherSurfaceBuilder(com.mojang.serialization.Codec<TernarySurfaceConfig> codec)
public void generate(Random random, Chunk chunk, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, long long2, TernarySurfaceConfig ternarySurfaceConfig)
generate
in class SurfaceBuilder<TernarySurfaceConfig>
public void initSeed(long seed)
initSeed
in class SurfaceBuilder<TernarySurfaceConfig>
private static ImmutableMap<BlockState,OctavePerlinNoiseSampler> method_27131(ImmutableList<BlockState> immutableList, long long2)
protected abstract ImmutableList<BlockState> method_27129()
protected abstract ImmutableList<BlockState> method_27133()
protected abstract BlockState method_27135()