|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\network\mcpe\protocol\types\GeneratorType:Public Attributes | |
| const | FINITE_OVERWORLD = 0 |
| const | FLAT = 2 |
| const | NETHER = 3 |
| const | OVERWORLD = 1 |
| const | THE_END = 4 |
Definition at line 17 of file GeneratorType.php.
| const pocketmine\network\mcpe\protocol\types\GeneratorType::FINITE_OVERWORLD = 0 |
Definition at line 23 of file GeneratorType.php.
| const pocketmine\network\mcpe\protocol\types\GeneratorType::FLAT = 2 |
Definition at line 25 of file GeneratorType.php.
| const pocketmine\network\mcpe\protocol\types\GeneratorType::NETHER = 3 |
Definition at line 26 of file GeneratorType.php.
| const pocketmine\network\mcpe\protocol\types\GeneratorType::OVERWORLD = 1 |
Definition at line 24 of file GeneratorType.php.
| const pocketmine\network\mcpe\protocol\types\GeneratorType::THE_END = 4 |
Definition at line 27 of file GeneratorType.php.