|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\network\mcpe\protocol\types\PlayMode:Public Attributes | |
| const | EXIT_LEVEL = 7 |
| const | NORMAL = 0 |
| const | SCREEN = 2 |
| const | TEASER = 1 |
Enum used by PlayerAuthInputPacket. Most of these names don't make any sense, but that isn't surprising.
Definition at line 20 of file PlayMode.php.
| const pocketmine\network\mcpe\protocol\types\PlayMode::EXIT_LEVEL = 7 |
Definition at line 29 of file PlayMode.php.
| const pocketmine\network\mcpe\protocol\types\PlayMode::NORMAL = 0 |
Definition at line 26 of file PlayMode.php.
| const pocketmine\network\mcpe\protocol\types\PlayMode::SCREEN = 2 |
Definition at line 28 of file PlayMode.php.
| const pocketmine\network\mcpe\protocol\types\PlayMode::TEASER = 1 |
Definition at line 27 of file PlayMode.php.