Class NewMountainSurfaceBuilder
java.lang.Object
net.minecraft.world.gen.surfacebuilder.SurfaceBuilder<TernarySurfaceConfig>
net.minecraft.world.gen.surfacebuilder.DefaultSurfaceBuilder
net.minecraft.world.gen.surfacebuilder.NewMountainSurfaceBuilder
- Direct Known Subclasses:
GroveSurfaceBuilder,LoftyPeaksSurfaceBuilder,SnowcappedPeaksSurfaceBuilder
- Mappings:
Namespace Name official dewintermediary net/minecraft/class_6473named net/minecraft/world/gen/surfacebuilder/NewMountainSurfaceBuilder
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields 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, field_34310, field_34311, FROZEN_OCEAN, GIANT_TREE_TAIGA, GRASS_CONFIG, GRASS_SAND_UNDERWATER_CONFIG, GRAVEL_CONFIG, GRAVELLY_MOUNTAIN, GROVE, LOFTY_PEAKS, LOFTY_PEAKS_CONFIG, MOUNTAIN, MYCELIUM_CONFIG, NETHER, NETHER_CONFIG, NETHER_FOREST, NOPE, PODZOL_CONFIG, SAND_CONFIG, SAND_SAND_UNDERWATER_CONFIG, SHATTERED_SAVANNA, SNOW_CONFIG, SNOWCAPPED_PEAKS, SNOWY_SLOPES, SOUL_SAND_CONFIG, SOUL_SAND_VALLEY, STONE_CONFIG, STONY_PEAKS, SWAMP, WARPED_NYLIUM_CONFIG, WOODED_BADLANDS -
Constructor Summary
ConstructorsConstructorDescriptionNewMountainSurfaceBuilder(com.mojang.serialization.Codec<TernarySurfaceConfig> codec) -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(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 BlockStategetTopMaterial(TernarySurfaceConfig config, int x, int z) protected abstract BlockStategetUnderMaterial(TernarySurfaceConfig config, int x, int z) voidinitSeed(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.protected abstract @Nullable NewMountainSurfaceBuilder.class_6474protected BlockStatemethod_37778(double double2, int int2, int int3, BlockState blockState, BlockState blockState2, double double3, double double4) booleanmethod_37779(Chunk chunk, int int2, int int3, NewMountainSurfaceBuilder.class_6474 class_6474) Methods inherited from class net.minecraft.world.gen.surfacebuilder.DefaultSurfaceBuilder
generateMethods inherited from class net.minecraft.world.gen.surfacebuilder.SurfaceBuilder
getCodec, withConfig
-
Field Details
-
seed
private long seed- Mappings:
Namespace Name Mixin selector official bLdew;b:Jintermediary field_34253Lnet/minecraft/class_6473;field_34253:Jnamed seedLnet/minecraft/world/gen/surfacebuilder/NewMountainSurfaceBuilder;seed:J
-
noiseSampler
- Mappings:
Namespace Name Mixin selector official aLdew;a:Ldfm;intermediary field_34252Lnet/minecraft/class_6473;field_34252:Lnet/minecraft/class_5216;named noiseSamplerLnet/minecraft/world/gen/surfacebuilder/NewMountainSurfaceBuilder;noiseSampler:Lnet/minecraft/util/math/noise/DoublePerlinNoiseSampler;
-
-
Constructor Details
-
NewMountainSurfaceBuilder
- Mappings:
Namespace Name Mixin selector official <init>Ldfd;<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, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) Description copied from class:SurfaceBuilderPlaces the surface blocks for the given column.- Overrides:
generatein classDefaultSurfaceBuilder- 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 method_15219Ldew;method_15219(Ljava/util/Random;Lcnu;Lbyt;IIIDLcmb;Lcmb;IIJLdfe;)Vintermediary method_15219Lnet/minecraft/class_6473;method_15219(Ljava/util/Random;Lnet/minecraft/class_2791;Lnet/minecraft/class_1959;IIIDLnet/minecraft/class_2680;Lnet/minecraft/class_2680;IIJLnet/minecraft/class_3527;)Vnamed generateLnet/minecraft/world/gen/surfacebuilder/NewMountainSurfaceBuilder;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
-
method_37778
protected BlockState method_37778(double double2, int int2, int int3, BlockState blockState, BlockState blockState2, double double3, double double4) - Mappings:
Namespace Name Mixin selector official aLdew;a(DIILcmb;Lcmb;DD)Lcmb;intermediary method_37778Lnet/minecraft/class_6473;method_37778(DIILnet/minecraft/class_2680;Lnet/minecraft/class_2680;DD)Lnet/minecraft/class_2680;named method_37778Lnet/minecraft/world/gen/surfacebuilder/NewMountainSurfaceBuilder;method_37778(DIILnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;DD)Lnet/minecraft/block/BlockState;
-
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:
initSeedin classSurfaceBuilder<TernarySurfaceConfig>- Mappings:
Namespace Name Mixin selector official aLdfd;a(J)Vintermediary method_15306Lnet/minecraft/class_3523;method_15306(J)Vnamed initSeedLnet/minecraft/world/gen/surfacebuilder/SurfaceBuilder;initSeed(J)V
-
method_37779
public boolean method_37779(Chunk chunk, int int2, int int3, NewMountainSurfaceBuilder.class_6474 class_6474) - Mappings:
Namespace Name Mixin selector official aLdew;a(Lcnu;IILdew$a;)Zintermediary method_37779Lnet/minecraft/class_6473;method_37779(Lnet/minecraft/class_2791;IILnet/minecraft/class_6473$class_6474;)Znamed method_37779Lnet/minecraft/world/gen/surfacebuilder/NewMountainSurfaceBuilder;method_37779(Lnet/minecraft/world/chunk/Chunk;IILnet/minecraft/world/gen/surfacebuilder/NewMountainSurfaceBuilder$class_6474;)Z
-
method_37775
- Mappings:
Namespace Name Mixin selector official aLdew;a()Ldew$a;intermediary method_37775Lnet/minecraft/class_6473;method_37775()Lnet/minecraft/class_6473$class_6474;named method_37775Lnet/minecraft/world/gen/surfacebuilder/NewMountainSurfaceBuilder;method_37775()Lnet/minecraft/world/gen/surfacebuilder/NewMountainSurfaceBuilder$class_6474;
-
getTopMaterial
- Mappings:
Namespace Name Mixin selector official aLdew;a(Ldfe;II)Lcmb;intermediary method_37776Lnet/minecraft/class_6473;method_37776(Lnet/minecraft/class_3527;II)Lnet/minecraft/class_2680;named getTopMaterialLnet/minecraft/world/gen/surfacebuilder/NewMountainSurfaceBuilder;getTopMaterial(Lnet/minecraft/world/gen/surfacebuilder/TernarySurfaceConfig;II)Lnet/minecraft/block/BlockState;
-
getUnderMaterial
- Mappings:
Namespace Name Mixin selector official bLdew;b(Ldfe;II)Lcmb;intermediary method_37777Lnet/minecraft/class_6473;method_37777(Lnet/minecraft/class_3527;II)Lnet/minecraft/class_2680;named getUnderMaterialLnet/minecraft/world/gen/surfacebuilder/NewMountainSurfaceBuilder;getUnderMaterial(Lnet/minecraft/world/gen/surfacebuilder/TernarySurfaceConfig;II)Lnet/minecraft/block/BlockState;
-