Package net.minecraft.world.level.biome
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 TypeMethodDescriptiongetNoiseBiome(int pX, int pY, int pZ) Gets the biome at the given quart positions.
-
Method Details
-
getNoiseBiome
Gets the biome at the given quart positions. Note that the coordinates passed into this method are 1/4 the scale of block coordinates.
-