パッケージ | 説明 |
---|---|
org.bukkit.generator |
Classes to facilitate
world generation
implementation. |
修飾子とタイプ | メソッドと説明 |
---|---|
byte[][] |
ChunkGenerator.generateBlockSections(World world,
Random random,
int x,
int z,
ChunkGenerator.BiomeGrid biomes)
非推奨です。
Magic value
|
ChunkGenerator.ChunkData |
ChunkGenerator.generateChunkData(World world,
Random random,
int x,
int z,
ChunkGenerator.BiomeGrid biome)
Shapes the chunk for the given coordinates.
|
short[][] |
ChunkGenerator.generateExtBlockSections(World world,
Random random,
int x,
int z,
ChunkGenerator.BiomeGrid biomes)
非推奨です。
Magic value
|
Copyright © 2016. All rights reserved.