Package net.minecraft
Class class_6485
java.lang.Object
net.minecraft.world.gen.surfacebuilder.SurfaceBuilder<TernarySurfaceConfig>
net.minecraft.class_6485
- Direct Known Subclasses:
StonyPeaksSurfaceBuilder
- Mappings:
Namespace Name official dfdintermediary net/minecraft/class_6485named net/minecraft/class_6485
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final floatprivate static final floatprivate longprivate DoublePerlinNoiseSamplerprivate DoublePerlinNoiseSamplerFields 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_34329, field_34330, field_34331, field_34332, 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, SNOWCAPPED_PEAKS_CONFIG, SNOWY_SLOPES, SNOWY_SLOPES_CONFIG, SOUL_SAND_CONFIG, SOUL_SAND_VALLEY, STONE_CONFIG, STONE_SHORE, STONY_PEAKS, SWAMP, WARPED_NYLIUM_CONFIG, WOODED_BADLANDS -
Constructor Summary
Constructors -
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.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 TernarySurfaceConfigmethod_37866(double double2) Methods inherited from class net.minecraft.world.gen.surfacebuilder.SurfaceBuilder
getCodec, withConfig
-
Field Details
-
field_34319
private static final float field_34319- See Also:
- Mappings:
Namespace Name Mixin selector official aLdfd;a:Fintermediary field_34319Lnet/minecraft/class_6485;field_34319:Fnamed field_34319Lnet/minecraft/class_6485;field_34319:F
-
field_34320
private static final float field_34320- See Also:
- Mappings:
Namespace Name Mixin selector official bLdfd;b:Fintermediary field_34320Lnet/minecraft/class_6485;field_34320:Fnamed field_34320Lnet/minecraft/class_6485;field_34320:F
-
field_34321
private long field_34321- Mappings:
Namespace Name Mixin selector official cLdfd;c:Jintermediary field_34321Lnet/minecraft/class_6485;field_34321:Jnamed field_34321Lnet/minecraft/class_6485;field_34321:J
-
field_34322
- Mappings:
Namespace Name Mixin selector official dLdfd;d:Ldfn;intermediary field_34322Lnet/minecraft/class_6485;field_34322:Lnet/minecraft/class_5216;named field_34322Lnet/minecraft/class_6485;field_34322:Lnet/minecraft/util/math/noise/DoublePerlinNoiseSampler;
-
field_34323
- Mappings:
Namespace Name Mixin selector official eLdfd;e:Ldfn;intermediary field_34323Lnet/minecraft/class_6485;field_34323:Lnet/minecraft/class_5216;named field_34323Lnet/minecraft/class_6485;field_34323:Lnet/minecraft/util/math/noise/DoublePerlinNoiseSampler;
-
-
Constructor Details
-
class_6485
- Mappings:
Namespace Name Mixin selector official <init>Ldfe;<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.- Specified by:
generatein 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 aLdfd;a(Ljava/util/Random;Lcnu;Lbyt;IIIDLcmb;Lcmb;IIJLdff;)Vintermediary method_37867Lnet/minecraft/class_6485;method_37867(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/class_6485;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_37866
- Mappings:
Namespace Name Mixin selector official aLdfd;a(D)Ldff;intermediary method_37866Lnet/minecraft/class_6485;method_37866(D)Lnet/minecraft/class_3527;named method_37866Lnet/minecraft/class_6485;method_37866(D)Lnet/minecraft/world/gen/surfacebuilder/TernarySurfaceConfig;
-
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 aLdfe;a(J)Vintermediary method_15306Lnet/minecraft/class_3523;method_15306(J)Vnamed initSeedLnet/minecraft/world/gen/surfacebuilder/SurfaceBuilder;initSeed(J)V
-