|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\network\mcpe\protocol\types\PlayerPermissions:Public Attributes | |
| const | CUSTOM = 3 |
| const | MEMBER = 1 |
| const | OPERATOR = 2 |
| const | VISITOR = 0 |
Definition at line 17 of file PlayerPermissions.php.
| const pocketmine\network\mcpe\protocol\types\PlayerPermissions::CUSTOM = 3 |
Definition at line 23 of file PlayerPermissions.php.
| const pocketmine\network\mcpe\protocol\types\PlayerPermissions::MEMBER = 1 |
Definition at line 25 of file PlayerPermissions.php.
| const pocketmine\network\mcpe\protocol\types\PlayerPermissions::OPERATOR = 2 |
Definition at line 24 of file PlayerPermissions.php.
| const pocketmine\network\mcpe\protocol\types\PlayerPermissions::VISITOR = 0 |
Definition at line 26 of file PlayerPermissions.php.