Class BiomeContainer

java.lang.Object
net.minecraft.world.biome.BiomeContainer
All Implemented Interfaces:
BiomeManager.IBiomeReader

public class BiomeContainer extends Object implements BiomeManager.IBiomeReader
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
    • WIDTH_BITS

      private static final int WIDTH_BITS
    • HEIGHT_BITS

      private static final int HEIGHT_BITS
    • BIOMES_SIZE

      public static final int BIOMES_SIZE
    • HORIZONTAL_MASK

      public static final int HORIZONTAL_MASK
    • VERTICAL_MASK

      public static final int VERTICAL_MASK
    • biomeRegistry

      private final IObjectIntIterable<Biome> biomeRegistry
    • biomes

      private final Biome[] biomes
  • Constructor Details

  • Method Details