|
PocketMine-MP 5.41.1 git-4f563d39044b06d1e4724032369d67f347dd3b86
|
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.