Class AbstractNetherSurfaceBuilder
java.lang.Object
net.minecraft.world.gen.surfacebuilder.SurfaceBuilder<TernarySurfaceConfig>
net.minecraft.world.gen.surfacebuilder.AbstractNetherSurfaceBuilder
- Direct Known Subclasses:
BasaltDeltasSurfaceBuilder,SoulSandValleySurfaceBuilder
public abstract class AbstractNetherSurfaceBuilder extends SurfaceBuilder<TernarySurfaceConfig>
- Mappings:
Namespace Name official czaintermediary net/minecraft/class_5164named net/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder
-
Field Summary
Fields Modifier and Type Field Description private longseedprivate OctavePerlinNoiseSamplershoreNoiseprivate ImmutableMap<BlockState,OctavePerlinNoiseSampler>surfaceNoisesprivate ImmutableMap<BlockState,OctavePerlinNoiseSampler>underLavaNoisesFields 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 AbstractNetherSurfaceBuilder(com.mojang.serialization.Codec<TernarySurfaceConfig> codec) -
Method Summary
Modifier and Type Method Description private static ImmutableMap<BlockState,OctavePerlinNoiseSampler>createNoisesForStates(ImmutableList<BlockState> states, long seed)voidgenerate(Random random, Chunk chunk, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, long long2, TernarySurfaceConfig ternarySurfaceConfig)protected abstract BlockStategetLavaShoreState()Returns the state that will make up the boundary between the land and the lava ocean.protected abstract ImmutableList<BlockState>getSurfaceStates()protected abstract ImmutableList<BlockState>getUnderLavaStates()voidinitSeed(long seed)Methods inherited from class net.minecraft.world.gen.surfacebuilder.SurfaceBuilder
getCodec, withConfig
-
Field Details
-
seed
private long seed- Mappings:
Namespace Name Mixin selector official aLcza;a:Jintermediary field_23920Lnet/minecraft/class_5164;field_23920:Jnamed seedLnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;seed:J
-
surfaceNoises
- Mappings:
Namespace Name Mixin selector official bLcza;b:Lcom/google/common/collect/ImmutableMap;intermediary field_23921Lnet/minecraft/class_5164;field_23921:Lcom/google/common/collect/ImmutableMap;named surfaceNoisesLnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;surfaceNoises:Lcom/google/common/collect/ImmutableMap;
-
underLavaNoises
- Mappings:
Namespace Name Mixin selector official cLcza;c:Lcom/google/common/collect/ImmutableMap;intermediary field_23922Lnet/minecraft/class_5164;field_23922:Lcom/google/common/collect/ImmutableMap;named underLavaNoisesLnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;underLavaNoises:Lcom/google/common/collect/ImmutableMap;
-
shoreNoise
- Mappings:
Namespace Name Mixin selector official dLcza;d:Lczp;intermediary field_23923Lnet/minecraft/class_5164;field_23923:Lnet/minecraft/class_3537;named shoreNoiseLnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;shoreNoise:Lnet/minecraft/util/math/noise/OctavePerlinNoiseSampler;
-
-
Constructor Details
-
AbstractNetherSurfaceBuilder
- Mappings:
Namespace Name Mixin selector official <init>Lczg;<init>(Lcom/mojang/serialization/Codec;)Vintermediary <init>Lnet/minecraft/class_3523;<init>(Lcom/mojang/serialization/Codec;)Vnamed <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, long long2, TernarySurfaceConfig ternarySurfaceConfig)- Specified by:
generatein classSurfaceBuilder<TernarySurfaceConfig>- Mappings:
Namespace Name Mixin selector official aLcza;a(Ljava/util/Random;Lcjl;Lbuu;IIIDLcht;Lcht;IJLczh;)Vintermediary method_27132Lnet/minecraft/class_5164;method_27132(Ljava/util/Random;Lnet/minecraft/class_2791;Lnet/minecraft/class_1959;IIIDLnet/minecraft/class_2680;Lnet/minecraft/class_2680;IJLnet/minecraft/class_3527;)Vnamed generateLnet/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;IJLnet/minecraft/world/gen/surfacebuilder/TernarySurfaceConfig;)V
-
initSeed
public void initSeed(long seed)- Overrides:
initSeedin classSurfaceBuilder<TernarySurfaceConfig>- Mappings:
Namespace Name Mixin selector official aLczg;a(J)Vintermediary method_15306Lnet/minecraft/class_3523;method_15306(J)Vnamed initSeedLnet/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 aLcza;a(Lcom/google/common/collect/ImmutableList;J)Lcom/google/common/collect/ImmutableMap;intermediary method_27131Lnet/minecraft/class_5164;method_27131(Lcom/google/common/collect/ImmutableList;J)Lcom/google/common/collect/ImmutableMap;named createNoisesForStatesLnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;createNoisesForStates(Lcom/google/common/collect/ImmutableList;J)Lcom/google/common/collect/ImmutableMap;
-
getSurfaceStates
- Mappings:
Namespace Name Mixin selector official aLcza;a()Lcom/google/common/collect/ImmutableList;intermediary method_27129Lnet/minecraft/class_5164;method_27129()Lcom/google/common/collect/ImmutableList;named getSurfaceStatesLnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;getSurfaceStates()Lcom/google/common/collect/ImmutableList;
-
getUnderLavaStates
- Mappings:
Namespace Name Mixin selector official bLcza;b()Lcom/google/common/collect/ImmutableList;intermediary method_27133Lnet/minecraft/class_5164;method_27133()Lcom/google/common/collect/ImmutableList;named getUnderLavaStatesLnet/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 cLcza;c()Lcht;intermediary method_27135Lnet/minecraft/class_5164;method_27135()Lnet/minecraft/class_2680;named getLavaShoreStateLnet/minecraft/world/gen/surfacebuilder/AbstractNetherSurfaceBuilder;getLavaShoreState()Lnet/minecraft/block/BlockState;
-