Definition at line 31 of file Biome.php.
◆ addPopulator()
pocketmine\world\biome\Biome::addPopulator |
( |
Populator | $populator | ) |
|
◆ clearPopulators()
pocketmine\world\biome\Biome::clearPopulators |
( |
| ) |
|
◆ getGroundCover()
pocketmine\world\biome\Biome::getGroundCover |
( |
| ) |
|
◆ getId()
pocketmine\world\biome\Biome::getId |
( |
| ) |
|
◆ getMaxElevation()
pocketmine\world\biome\Biome::getMaxElevation |
( |
| ) |
|
◆ getMinElevation()
pocketmine\world\biome\Biome::getMinElevation |
( |
| ) |
|
◆ getPopulators()
pocketmine\world\biome\Biome::getPopulators |
( |
| ) |
|
- Returns
- Populator[]
Definition at line 67 of file Biome.php.
◆ getRainfall()
pocketmine\world\biome\Biome::getRainfall |
( |
| ) |
|
◆ getTemperature()
pocketmine\world\biome\Biome::getTemperature |
( |
| ) |
|
◆ populateChunk()
pocketmine\world\biome\Biome::populateChunk |
( |
ChunkManager | $world, |
|
|
int | $chunkX, |
|
|
int | $chunkZ, |
|
|
Random | $random ) |
◆ setElevation()
pocketmine\world\biome\Biome::setElevation |
( |
int | $min, |
|
|
int | $max ) |
◆ setGroundCover()
pocketmine\world\biome\Biome::setGroundCover |
( |
array | $covers | ) |
|
◆ setId()
pocketmine\world\biome\Biome::setId |
( |
int | $id | ) |
|
◆ $rainfall
float pocketmine\world\biome\Biome::$rainfall = 0.5 |
|
protected |
◆ $temperature
float pocketmine\world\biome\Biome::$temperature = 0.5 |
|
protected |
◆ MAX_BIOMES
const pocketmine\world\biome\Biome::MAX_BIOMES = 256 |
The documentation for this class was generated from the following file: