Class SetBaseBiomesLayer

java.lang.Object
net.minecraft.world.biome.layer.SetBaseBiomesLayer
All Implemented Interfaces:
IdentitySamplingLayer, ParentedLayer, CoordinateTransformer, IdentityCoordinateTransformer

public class SetBaseBiomesLayer
extends Object
implements IdentitySamplingLayer
  • Field Details

    • OLD_GROUP_1

      private static final int[] OLD_GROUP_1
    • DRY_BIOMES

      private static final int[] DRY_BIOMES
    • TEMPERATE_BIOMES

      private static final int[] TEMPERATE_BIOMES
    • COOL_BIOMES

      private static final int[] COOL_BIOMES
    • SNOWY_BIOMES

      private static final int[] SNOWY_BIOMES
    • chosenGroup1

      private int[] chosenGroup1
  • Constructor Details

    • SetBaseBiomesLayer

      public SetBaseBiomesLayer​(boolean old)
  • Method Details