PocketMine-MP 5.14.2 git-50e2c469a547a16a23b2dc691e70a51d34e29395
pocketmine\network\mcpe\protocol\types\PlayerPermissions Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\PlayerPermissions:

Public Attributes

const CUSTOM = 3
 
const MEMBER = 1
 
const OPERATOR = 2
 
const VISITOR = 0
 

Detailed Description

Definition at line 17 of file PlayerPermissions.php.

Member Data Documentation

◆ CUSTOM

const pocketmine\network\mcpe\protocol\types\PlayerPermissions::CUSTOM = 3

Definition at line 23 of file PlayerPermissions.php.

◆ MEMBER

const pocketmine\network\mcpe\protocol\types\PlayerPermissions::MEMBER = 1

Definition at line 25 of file PlayerPermissions.php.

◆ OPERATOR

const pocketmine\network\mcpe\protocol\types\PlayerPermissions::OPERATOR = 2

Definition at line 24 of file PlayerPermissions.php.

◆ VISITOR

const pocketmine\network\mcpe\protocol\types\PlayerPermissions::VISITOR = 0

Definition at line 26 of file PlayerPermissions.php.


The documentation for this class was generated from the following file: