public static interface ChunkGenerator.BiomeGrid
Custom generator is free to access and tailor values during generateBlockSections() or generateExtBlockSections().
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Biome |
getBiome(int x,
int z)
Get biome at x, z within chunk being generated
|
void |
setBiome(int x,
int z,
Biome bio)
Set biome at x, z within chunk being generated
|
Copyright © 2016. All rights reserved.