Interface BiomeManager.NoiseBiomeSource

All Known Subinterfaces:
CommonLevelAccessor, LevelAccessor, LevelReader, LevelTimeAccess, ServerLevelAccessor, WorldGenLevel
All Known Implementing Classes:
ChunkAccess, ClientLevel, EmptyLevelChunk, FixedBiomeSource, ImposterProtoChunk, Level, LevelChunk, ProtoChunk, ServerLevel, WorldGenRegion
Enclosing class:
BiomeManager

public static interface BiomeManager.NoiseBiomeSource
  • Method Summary

    Modifier and Type
    Method
    Description
    getNoiseBiome(int pX, int pY, int pZ)
    Gets the biome at the given quart positions.
  • Method Details

    • getNoiseBiome

      Holder<Biome> getNoiseBiome(int pX, int pY, int pZ)
      Gets the biome at the given quart positions. Note that the coordinates passed into this method are 1/4 the scale of block coordinates.