Class BiomeAccess

java.lang.Object
net.minecraft.world.biome.source.BiomeAccess

public class BiomeAccess
extends Object
  • Field Details

    • field_28106

      private static final int field_28106
    • storage

      private final BiomeAccess.Storage storage
    • seed

      private final long seed
    • type

      private final BiomeAccessType type
  • Constructor Details

  • Method Details

    • hashSeed

      public static long hashSeed​(long seed)
    • withSource

      public BiomeAccess withSource​(BiomeSource source)
    • getBiome

      public Biome getBiome​(BlockPos pos)
    • getBiome

      @Environment(CLIENT) public Biome getBiome​(double x, double y, double z)
    • method_27344

      @Environment(CLIENT) public Biome method_27344​(BlockPos pos)
    • getBiomeForNoiseGen

      @Environment(CLIENT) public Biome getBiomeForNoiseGen​(int biomeX, int biomeY, int biomeZ)
    • method_31608

      public Biome method_31608​(int int2, int int3)