PocketMine-MP 5.21.2 git-b2aa6396c3cc2cafdd815eacc360e1ad89599899
|
Public Member Functions | |
addPopulator (Populator $populator) | |
clearPopulators () | |
getGroundCover () | |
getId () | |
getMaxElevation () | |
getMinElevation () | |
getName () | |
getPopulators () | |
getRainfall () | |
getTemperature () | |
populateChunk (ChunkManager $world, int $chunkX, int $chunkZ, Random $random) | |
setElevation (int $min, int $max) | |
setGroundCover (array $covers) | |
setId (int $id) | |
Public Attributes | |
const | MAX_BIOMES = 256 |
Protected Attributes | |
float | $rainfall = 0.5 |
float | $temperature = 0.5 |
Polyfill class for biomes that are unknown to PocketMine-MP
Definition at line 29 of file UnknownBiome.php.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
pocketmine\world\biome\UnknownBiome::getName | ( | ) |
Reimplemented from pocketmine\world\biome\Biome.
Definition at line 31 of file UnknownBiome.php.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |