Class BadlandsSurfaceBuilder

All Implemented Interfaces:
IForgeRegistryEntry<SurfaceBuilder<?>>
Direct Known Subclasses:
ErodedBadlandsSurfaceBuilder, WoodedBadlandsSurfaceBuilder

public class BadlandsSurfaceBuilder extends SurfaceBuilder<SurfaceBuilderConfig>
  • Field Details

    • WHITE_TERRACOTTA

      private static final BlockState WHITE_TERRACOTTA
    • ORANGE_TERRACOTTA

      private static final BlockState ORANGE_TERRACOTTA
    • TERRACOTTA

      private static final BlockState TERRACOTTA
    • YELLOW_TERRACOTTA

      private static final BlockState YELLOW_TERRACOTTA
    • BROWN_TERRACOTTA

      private static final BlockState BROWN_TERRACOTTA
    • RED_TERRACOTTA

      private static final BlockState RED_TERRACOTTA
    • LIGHT_GRAY_TERRACOTTA

      private static final BlockState LIGHT_GRAY_TERRACOTTA
    • clayBands

      protected BlockState[] clayBands
    • seed

      protected long seed
    • pillarNoise

      protected PerlinNoiseGenerator pillarNoise
    • pillarRoofNoise

      protected PerlinNoiseGenerator pillarRoofNoise
    • clayBandsOffsetNoise

      protected PerlinNoiseGenerator clayBandsOffsetNoise
  • Constructor Details

    • BadlandsSurfaceBuilder

      public BadlandsSurfaceBuilder(com.mojang.serialization.Codec<SurfaceBuilderConfig> p_i232122_1_)
  • Method Details