Class FrozenOceanSurfaceBuilder
java.lang.Object
net.minecraft.world.gen.surfacebuilder.SurfaceBuilder<TernarySurfaceConfig>
net.minecraft.world.gen.surfacebuilder.FrozenOceanSurfaceBuilder
public class FrozenOceanSurfaceBuilder extends SurfaceBuilder<TernarySurfaceConfig>
- Mappings:
Namespace Name official daointermediary net/minecraft/class_3512named net/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder
-
Field Summary
Fields Modifier and Type Field Description private static BlockStateAIRprivate static BlockStateGRAVELprivate static BlockStateICEprivate OctaveSimplexNoiseSamplericebergCutoffNoiseprivate OctaveSimplexNoiseSamplericebergNoiseprotected static BlockStatePACKED_ICEprivate longseedprotected static BlockStateSNOW_BLOCKFields 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 FrozenOceanSurfaceBuilder(com.mojang.serialization.Codec<TernarySurfaceConfig> codec) -
Method Summary
Modifier and Type Method Description 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)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, long, C)and allows for custom noise to be initialized.Methods inherited from class net.minecraft.world.gen.surfacebuilder.SurfaceBuilder
getCodec, withConfig
-
Field Details
-
PACKED_ICE
- Mappings:
Namespace Name Mixin selector official aLdao;a:Lcio;intermediary field_15640Lnet/minecraft/class_3512;field_15640:Lnet/minecraft/class_2680;named PACKED_ICELnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;PACKED_ICE:Lnet/minecraft/block/BlockState;
-
SNOW_BLOCK
- Mappings:
Namespace Name Mixin selector official bLdao;b:Lcio;intermediary field_15645Lnet/minecraft/class_3512;field_15645:Lnet/minecraft/class_2680;named SNOW_BLOCKLnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;SNOW_BLOCK:Lnet/minecraft/block/BlockState;
-
AIR
- Mappings:
Namespace Name Mixin selector official cLdao;c:Lcio;intermediary field_15643Lnet/minecraft/class_3512;field_15643:Lnet/minecraft/class_2680;named AIRLnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;AIR:Lnet/minecraft/block/BlockState;
-
GRAVEL
- Mappings:
Namespace Name Mixin selector official dLdao;d:Lcio;intermediary field_15638Lnet/minecraft/class_3512;field_15638:Lnet/minecraft/class_2680;named GRAVELLnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;GRAVEL:Lnet/minecraft/block/BlockState;
-
ICE
- Mappings:
Namespace Name Mixin selector official eLdao;e:Lcio;intermediary field_15639Lnet/minecraft/class_3512;field_15639:Lnet/minecraft/class_2680;named ICELnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;ICE:Lnet/minecraft/block/BlockState;
-
icebergNoise
- Mappings:
Namespace Name Mixin selector official KLdao;K:Ldbj;intermediary field_15644Lnet/minecraft/class_3512;field_15644:Lnet/minecraft/class_3543;named icebergNoiseLnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;icebergNoise:Lnet/minecraft/util/math/noise/OctaveSimplexNoiseSampler;
-
icebergCutoffNoise
- Mappings:
Namespace Name Mixin selector official LLdao;L:Ldbj;intermediary field_15642Lnet/minecraft/class_3512;field_15642:Lnet/minecraft/class_3543;named icebergCutoffNoiseLnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;icebergCutoffNoise:Lnet/minecraft/util/math/noise/OctaveSimplexNoiseSampler;
-
seed
private long seed- Mappings:
Namespace Name Mixin selector official MLdao;M:Jintermediary field_15641Lnet/minecraft/class_3512;field_15641:Jnamed seedLnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;seed:J
-
-
Constructor Details
-
FrozenOceanSurfaceBuilder
- Mappings:
Namespace Name Mixin selector official <init>Lday;<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)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 generatorlong2- the world seedternarySurfaceConfig- the config passed to the chunk generator, stores the states used by the surface builder- Mappings:
Namespace Name Mixin selector official aLdao;a(Ljava/util/Random;Lckh;Lbvp;IIIDLcio;Lcio;IJLdaz;)Vintermediary method_15221Lnet/minecraft/class_3512;method_15221(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/FrozenOceanSurfaceBuilder;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)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, long, C)and allows for custom noise to be initialized.- Overrides:
initSeedin classSurfaceBuilder<TernarySurfaceConfig>- Mappings:
Namespace Name Mixin selector official aLday;a(J)Vintermediary method_15306Lnet/minecraft/class_3523;method_15306(J)Vnamed initSeedLnet/minecraft/world/gen/surfacebuilder/SurfaceBuilder;initSeed(J)V
-