Class SoulSandValleySurfaceBuilder
- java.lang.Object
-
- net.minecraftforge.registries.ForgeRegistryEntry<SurfaceBuilder<?>>
-
- net.minecraft.world.gen.surfacebuilders.SurfaceBuilder<SurfaceBuilderConfig>
-
- net.minecraft.world.gen.surfacebuilders.ValleySurfaceBuilder
-
- net.minecraft.world.gen.surfacebuilders.SoulSandValleySurfaceBuilder
-
- All Implemented Interfaces:
IForgeRegistryEntry<SurfaceBuilder<?>>
public class SoulSandValleySurfaceBuilder extends ValleySurfaceBuilder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>>
-
-
Field Summary
Fields Modifier and Type Field Description private static com.google.common.collect.ImmutableList<BlockState>
BLOCK_STATES
private static BlockState
GRAVEL
private static BlockState
SOUL_SAND
private static BlockState
SOUL_SOIL
-
Fields inherited from class net.minecraft.world.gen.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
Constructors Constructor Description SoulSandValleySurfaceBuilder(com.mojang.serialization.Codec<SurfaceBuilderConfig> p_i232135_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.google.common.collect.ImmutableList<BlockState>
getCeilingBlockStates()
protected com.google.common.collect.ImmutableList<BlockState>
getFloorBlockStates()
protected BlockState
getPatchBlockState()
-
Methods inherited from class net.minecraft.world.gen.surfacebuilders.ValleySurfaceBuilder
apply, initNoise
-
Methods inherited from class net.minecraft.world.gen.surfacebuilders.SurfaceBuilder
configured, configuredCodec
-
Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
-
-
-
-
Field Detail
-
SOUL_SAND
private static final BlockState SOUL_SAND
-
SOUL_SOIL
private static final BlockState SOUL_SOIL
-
GRAVEL
private static final BlockState GRAVEL
-
BLOCK_STATES
private static final com.google.common.collect.ImmutableList<BlockState> BLOCK_STATES
-
-
Constructor Detail
-
SoulSandValleySurfaceBuilder
public SoulSandValleySurfaceBuilder(com.mojang.serialization.Codec<SurfaceBuilderConfig> p_i232135_1_)
-
-
Method Detail
-
getFloorBlockStates
protected com.google.common.collect.ImmutableList<BlockState> getFloorBlockStates()
- Specified by:
getFloorBlockStates
in classValleySurfaceBuilder
-
getCeilingBlockStates
protected com.google.common.collect.ImmutableList<BlockState> getCeilingBlockStates()
- Specified by:
getCeilingBlockStates
in classValleySurfaceBuilder
-
getPatchBlockState
protected BlockState getPatchBlockState()
- Specified by:
getPatchBlockState
in classValleySurfaceBuilder
-
-