Class AbstractNetherSurfaceBuilder
java.lang.Object
net.minecraft.world.gen.surfacebuilder.SurfaceBuilder<TernarySurfaceConfig>
net.minecraft.world.gen.surfacebuilder.AbstractNetherSurfaceBuilder
- Direct Known Subclasses:
BasaltDeltasSurfaceBuilder
,SoulSandValleySurfaceBuilder
- Mappings:
Namespace Name official ddg
intermediary net/minecraft/class_5164
named net/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder
-
Field Summary
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
ConstructorDescriptionAbstractNetherSurfaceBuilder
(com.mojang.serialization.Codec<TernarySurfaceConfig> codec) -
Method Summary
Modifier and TypeMethodDescriptionprivate static ImmutableMap<BlockState,
OctavePerlinNoiseSampler> createNoisesForStates
(ImmutableList<BlockState> states, long seed) void
generate
(Random random, Chunk chunk, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) Places the surface blocks for the given column.protected abstract BlockState
Returns the state that will make up the boundary between the land and the lava ocean.protected abstract ImmutableList<BlockState>
protected abstract ImmutableList<BlockState>
void
initSeed
(long seed) Runs beforeSurfaceBuilder.generate(java.util.Random, net.minecraft.world.chunk.Chunk, net.minecraft.world.biome.Biome, int, int, int, double, net.minecraft.block.BlockState, net.minecraft.block.BlockState, int, int, long, C)
and allows for custom noise to be initialized.Methods inherited from class net.minecraft.world.gen.surfacebuilder.SurfaceBuilder
getCodec, withConfig
-
Field Details
-
seed
private long seed- Mappings:
Namespace Name Mixin selector official a
Lddg;a:J
intermediary field_23920
Lnet/minecraft/class_5164;field_23920:J
named seed
Lnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;seed:J
-
surfaceNoises
- Mappings:
Namespace Name Mixin selector official b
Lddg;b:Lcom/google/common/collect/ImmutableMap;
intermediary field_23921
Lnet/minecraft/class_5164;field_23921:Lcom/google/common/collect/ImmutableMap;
named surfaceNoises
Lnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;surfaceNoises:Lcom/google/common/collect/ImmutableMap;
-
underLavaNoises
- Mappings:
Namespace Name Mixin selector official c
Lddg;c:Lcom/google/common/collect/ImmutableMap;
intermediary field_23922
Lnet/minecraft/class_5164;field_23922:Lcom/google/common/collect/ImmutableMap;
named underLavaNoises
Lnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;underLavaNoises:Lcom/google/common/collect/ImmutableMap;
-
shoreNoise
- Mappings:
Namespace Name Mixin selector official d
Lddg;d:Lddw;
intermediary field_23923
Lnet/minecraft/class_5164;field_23923:Lnet/minecraft/class_3537;
named shoreNoise
Lnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;shoreNoise:Lnet/minecraft/util/math/noise/OctavePerlinNoiseSampler;
-
-
Constructor Details
-
AbstractNetherSurfaceBuilder
- Mappings:
Namespace Name Mixin selector official <init>
Lddm;<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
-
generate
public void generate(Random random, Chunk chunk, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) Description copied from class:SurfaceBuilder
Places the surface blocks for the given column.- Specified by:
generate
in classSurfaceBuilder<TernarySurfaceConfig>
- Parameters:
random
- the Random instance, seeded with a hash of the x and z coordinateschunk
- the current chunk being surface builtbiome
- the biome in the column that is being surface builtint2
- X coordinate of the columnint3
- Z coordinate of the columnint4
- height of the column retrieved usingHeightmap.Type.WORLD_SURFACE_WG
, and will never be lower than the sea leveldouble2
- noise value at this column. Has a range of(-8, 8)
but follows a normal distribution so most values will be around(-2, 2)
blockState
- default block of the chunk generator, used to know which block to replace with the surface blocksblockState2
- default fluid of the chunk generatorint5
- the sea level of the chunk generator- Mappings:
Namespace Name Mixin selector official a
Lddg;a(Ljava/util/Random;Lcml;Lbxo;IIIDLcks;Lcks;IIJLddn;)V
intermediary method_27132
Lnet/minecraft/class_5164;method_27132(Ljava/util/Random;Lnet/minecraft/class_2791;Lnet/minecraft/class_1959;IIIDLnet/minecraft/class_2680;Lnet/minecraft/class_2680;IIJLnet/minecraft/class_3527;)V
named generate
Lnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;generate(Ljava/util/Random;Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/world/biome/Biome;IIIDLnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;IIJLnet/minecraft/world/gen/surfacebuilder/TernarySurfaceConfig;)V
-
initSeed
public void initSeed(long seed) Runs beforeSurfaceBuilder.generate(java.util.Random, net.minecraft.world.chunk.Chunk, net.minecraft.world.biome.Biome, int, int, int, double, net.minecraft.block.BlockState, net.minecraft.block.BlockState, int, int, long, C)
and allows for custom noise to be initialized.- Overrides:
initSeed
in classSurfaceBuilder<TernarySurfaceConfig>
- Mappings:
Namespace Name Mixin selector official a
Lddm;a(J)V
intermediary method_15306
Lnet/minecraft/class_3523;method_15306(J)V
named initSeed
Lnet/minecraft/world/gen/surfacebuilder/SurfaceBuilder;initSeed(J)V
-
createNoisesForStates
private static ImmutableMap<BlockState,OctavePerlinNoiseSampler> createNoisesForStates(ImmutableList<BlockState> states, long seed) - Mappings:
Namespace Name Mixin selector official a
Lddg;a(Lcom/google/common/collect/ImmutableList;J)Lcom/google/common/collect/ImmutableMap;
intermediary method_27131
Lnet/minecraft/class_5164;method_27131(Lcom/google/common/collect/ImmutableList;J)Lcom/google/common/collect/ImmutableMap;
named createNoisesForStates
Lnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;createNoisesForStates(Lcom/google/common/collect/ImmutableList;J)Lcom/google/common/collect/ImmutableMap;
-
getSurfaceStates
- Mappings:
Namespace Name Mixin selector official a
Lddg;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
- Mappings:
Namespace Name Mixin selector official b
Lddg;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.- Mappings:
Namespace Name Mixin selector official c
Lddg;c()Lcks;
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;
-