Interface BiomeManager.NoiseBiomeSource
- All Known Subinterfaces:
CommonLevelAccessor, LevelAccessor, LevelReader, 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 TypeMethodDescriptiongetNoiseBiome(int quartX, int quartY, int quartZ) Gets the biome at the given quart positions.
-
Method Details
-
getNoiseBiome
-