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 dao
intermediary net/minecraft/class_3512
named net/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder
  • Field Details

    • PACKED_ICE

      protected static final BlockState PACKED_ICE
      Mappings:
      Namespace Name Mixin selector
      official a Ldao;a:Lcio;
      intermediary field_15640 Lnet/minecraft/class_3512;field_15640:Lnet/minecraft/class_2680;
      named PACKED_ICE Lnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;PACKED_ICE:Lnet/minecraft/block/BlockState;
    • SNOW_BLOCK

      protected static final BlockState SNOW_BLOCK
      Mappings:
      Namespace Name Mixin selector
      official b Ldao;b:Lcio;
      intermediary field_15645 Lnet/minecraft/class_3512;field_15645:Lnet/minecraft/class_2680;
      named SNOW_BLOCK Lnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;SNOW_BLOCK:Lnet/minecraft/block/BlockState;
    • AIR

      private static final BlockState AIR
      Mappings:
      Namespace Name Mixin selector
      official c Ldao;c:Lcio;
      intermediary field_15643 Lnet/minecraft/class_3512;field_15643:Lnet/minecraft/class_2680;
      named AIR Lnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;AIR:Lnet/minecraft/block/BlockState;
    • GRAVEL

      private static final BlockState GRAVEL
      Mappings:
      Namespace Name Mixin selector
      official d Ldao;d:Lcio;
      intermediary field_15638 Lnet/minecraft/class_3512;field_15638:Lnet/minecraft/class_2680;
      named GRAVEL Lnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;GRAVEL:Lnet/minecraft/block/BlockState;
    • ICE

      private static final BlockState ICE
      Mappings:
      Namespace Name Mixin selector
      official e Ldao;e:Lcio;
      intermediary field_15639 Lnet/minecraft/class_3512;field_15639:Lnet/minecraft/class_2680;
      named ICE Lnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;ICE:Lnet/minecraft/block/BlockState;
    • icebergNoise

      private OctaveSimplexNoiseSampler icebergNoise
      Mappings:
      Namespace Name Mixin selector
      official K Ldao;K:Ldbj;
      intermediary field_15644 Lnet/minecraft/class_3512;field_15644:Lnet/minecraft/class_3543;
      named icebergNoise Lnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;icebergNoise:Lnet/minecraft/util/math/noise/OctaveSimplexNoiseSampler;
    • icebergCutoffNoise

      private OctaveSimplexNoiseSampler icebergCutoffNoise
      Mappings:
      Namespace Name Mixin selector
      official L Ldao;L:Ldbj;
      intermediary field_15642 Lnet/minecraft/class_3512;field_15642:Lnet/minecraft/class_3543;
      named icebergCutoffNoise Lnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;icebergCutoffNoise:Lnet/minecraft/util/math/noise/OctaveSimplexNoiseSampler;
    • seed

      private long seed
      Mappings:
      Namespace Name Mixin selector
      official M Ldao;M:J
      intermediary field_15641 Lnet/minecraft/class_3512;field_15641:J
      named seed Lnet/minecraft/world/gen/surfacebuilder/FrozenOceanSurfaceBuilder;seed:J
  • Constructor Details

    • FrozenOceanSurfaceBuilder

      public FrozenOceanSurfaceBuilder​(com.mojang.serialization.Codec<TernarySurfaceConfig> codec)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lday;<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, long long2, TernarySurfaceConfig ternarySurfaceConfig)
      Description copied from class: SurfaceBuilder
      Places the surface blocks for the given column.
      Specified by:
      generate in class SurfaceBuilder<TernarySurfaceConfig>
      Parameters:
      random - the Random instance, seeded with a hash of the x and z coordinates
      chunk - the current chunk being surface built
      biome - the biome in the column that is being surface built
      int2 - X coordinate of the column
      int3 - Z coordinate of the column
      int4 - height of the column retrieved using Heightmap.Type.WORLD_SURFACE_WG, and will never be lower than the sea level
      double2 - 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 blocks
      blockState2 - Default fluid of the chunk generator
      int5 - the sea level of the chunk generator
      long2 - the world seed
      ternarySurfaceConfig - the config passed to the chunk generator, stores the states used by the surface builder
      Mappings:
      Namespace Name Mixin selector
      official a Ldao;a(Ljava/util/Random;Lckh;Lbvp;IIIDLcio;Lcio;IJLdaz;)V
      intermediary method_15221 Lnet/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;)V
      named generate Lnet/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)
      Overrides:
      initSeed in class SurfaceBuilder<TernarySurfaceConfig>
      Mappings:
      Namespace Name Mixin selector
      official a Lday;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