Class BasaltDeltasSurfaceBuilder
java.lang.Object
net.minecraft.world.gen.surfacebuilder.SurfaceBuilder<TernarySurfaceConfig>
net.minecraft.world.gen.surfacebuilder.AbstractNetherSurfaceBuilder
net.minecraft.world.gen.surfacebuilder.BasaltDeltasSurfaceBuilder
public class BasaltDeltasSurfaceBuilder extends AbstractNetherSurfaceBuilder
- Mappings:
Namespace Name official cys
intermediary net/minecraft/class_5163
named net/minecraft/world/gen/surfacebuilder/BasaltDeltasSurfaceBuilder
-
Field Summary
Fields Modifier and Type Field 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
Fields inherited from class net.minecraft.world.gen.surfacebuilder.SurfaceBuilder
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 Summary
Constructors Constructor Description BasaltDeltasSurfaceBuilder(com.mojang.serialization.Codec<TernarySurfaceConfig> codec)
-
Method Summary
Modifier and Type Method 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()
Methods inherited from class net.minecraft.world.gen.surfacebuilder.AbstractNetherSurfaceBuilder
generate, initSeed
Methods inherited from class net.minecraft.world.gen.surfacebuilder.SurfaceBuilder
getCodec, withConfig
-
Field Details
-
BASALT
- Mappings:
Namespace Name Mixin selector official a
Lcys;a:Lcht;
intermediary field_23915
Lnet/minecraft/class_5163;field_23915:Lnet/minecraft/class_2680;
named BASALT
Lnet/minecraft/world/gen/surfacebuilder/BasaltDeltasSurfaceBuilder;BASALT:Lnet/minecraft/block/BlockState;
-
BLACKSTONE
- Mappings:
Namespace Name Mixin selector official b
Lcys;b:Lcht;
intermediary field_23916
Lnet/minecraft/class_5163;field_23916:Lnet/minecraft/class_2680;
named BLACKSTONE
Lnet/minecraft/world/gen/surfacebuilder/BasaltDeltasSurfaceBuilder;BLACKSTONE:Lnet/minecraft/block/BlockState;
-
GRAVEL
- Mappings:
Namespace Name Mixin selector official c
Lcys;c:Lcht;
intermediary field_23917
Lnet/minecraft/class_5163;field_23917:Lnet/minecraft/class_2680;
named GRAVEL
Lnet/minecraft/world/gen/surfacebuilder/BasaltDeltasSurfaceBuilder;GRAVEL:Lnet/minecraft/block/BlockState;
-
SURFACE_STATES
- Mappings:
Namespace Name Mixin selector official d
Lcys;d:Lcom/google/common/collect/ImmutableList;
intermediary field_23918
Lnet/minecraft/class_5163;field_23918:Lcom/google/common/collect/ImmutableList;
named SURFACE_STATES
Lnet/minecraft/world/gen/surfacebuilder/BasaltDeltasSurfaceBuilder;SURFACE_STATES:Lcom/google/common/collect/ImmutableList;
-
UNDER_LAVA_STATES
- Mappings:
Namespace Name Mixin selector official e
Lcys;e:Lcom/google/common/collect/ImmutableList;
intermediary field_23919
Lnet/minecraft/class_5163;field_23919:Lcom/google/common/collect/ImmutableList;
named UNDER_LAVA_STATES
Lnet/minecraft/world/gen/surfacebuilder/BasaltDeltasSurfaceBuilder;UNDER_LAVA_STATES:Lcom/google/common/collect/ImmutableList;
-
-
Constructor Details
-
BasaltDeltasSurfaceBuilder
- Mappings:
Namespace Name Mixin selector official <init>
Lczg;<init>(Lcom/mojang/serialization/Codec;)V
intermediary <init>
Lnet/minecraft/class_3523;<init>(Lcom/mojang/serialization/Codec;)V
named <init>
Lnet/minecraft/world/gen/surfacebuilder/SurfaceBuilder;<init>(Lcom/mojang/serialization/Codec;)V
-
-
Method Details
-
getSurfaceStates
- Specified by:
getSurfaceStates
in classAbstractNetherSurfaceBuilder
- Mappings:
Namespace Name Mixin selector official a
Lcza;a()Lcom/google/common/collect/ImmutableList;
intermediary method_27129
Lnet/minecraft/class_5164;method_27129()Lcom/google/common/collect/ImmutableList;
named getSurfaceStates
Lnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;getSurfaceStates()Lcom/google/common/collect/ImmutableList;
-
getUnderLavaStates
- Specified by:
getUnderLavaStates
in classAbstractNetherSurfaceBuilder
- Mappings:
Namespace Name Mixin selector official b
Lcza;b()Lcom/google/common/collect/ImmutableList;
intermediary method_27133
Lnet/minecraft/class_5164;method_27133()Lcom/google/common/collect/ImmutableList;
named getUnderLavaStates
Lnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;getUnderLavaStates()Lcom/google/common/collect/ImmutableList;
-
getLavaShoreState
Returns the state that will make up the boundary between the land and the lava ocean.- Specified by:
getLavaShoreState
in classAbstractNetherSurfaceBuilder
- Mappings:
Namespace Name Mixin selector official c
Lcza;c()Lcht;
intermediary method_27135
Lnet/minecraft/class_5164;method_27135()Lnet/minecraft/class_2680;
named getLavaShoreState
Lnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;getLavaShoreState()Lnet/minecraft/block/BlockState;
-