PocketMine-MP 5.30.1 git-04494e845c8ec9ae174604b6dde6c1cc6c22953a
Loading...
Searching...
No Matches
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: