|
PocketMine-MP 5.36.1 git-eaa7c4834c8fe2f379d24e7f0ee6cc63cfb18ccc
|
Inheritance diagram for pocketmine\world\biome\UnknownBiome:
Collaboration diagram for pocketmine\world\biome\UnknownBiome: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 |