パッケージ | 説明 |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.block |
Classes used to manipulate the voxels in a
world ,
including special states. |
org.bukkit.generator |
Classes to facilitate
world generation
implementation. |
修飾子とタイプ | メソッドと説明 |
---|---|
Biome |
World.getBiome(int x,
int z)
Gets the biome for the given block coordinates.
|
Biome |
ChunkSnapshot.getBiome(int x,
int z)
Get biome at given coordinates
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
World.setBiome(int x,
int z,
Biome bio)
Sets the biome for the given block coordinates
|
修飾子とタイプ | メソッドと説明 |
---|---|
Biome |
Block.getBiome()
Returns the biome that this block resides in
|
static Biome |
Biome.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Biome[] |
Biome.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Block.setBiome(Biome bio)
Sets the biome that this block resides in
|
修飾子とタイプ | メソッドと説明 |
---|---|
Biome |
ChunkGenerator.BiomeGrid.getBiome(int x,
int z)
Get biome at x, z within chunk being generated
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ChunkGenerator.BiomeGrid.setBiome(int x,
int z,
Biome bio)
Set biome at x, z within chunk being generated
|
Copyright © 2016. All rights reserved.