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

Public Attributes

const AUTOMATION = 2
 
const HOST = 3
 
const INTERNAL = 5
 
const NORMAL = 0
 
const OPERATOR = 1
 
const OWNER = 4
 

Detailed Description

Definition at line 17 of file CommandPermissions.php.

Member Data Documentation

◆ AUTOMATION

const pocketmine\network\mcpe\protocol\types\command\CommandPermissions::AUTOMATION = 2

Definition at line 24 of file CommandPermissions.php.

◆ HOST

const pocketmine\network\mcpe\protocol\types\command\CommandPermissions::HOST = 3

Definition at line 25 of file CommandPermissions.php.

◆ INTERNAL

const pocketmine\network\mcpe\protocol\types\command\CommandPermissions::INTERNAL = 5

Definition at line 27 of file CommandPermissions.php.

◆ NORMAL

const pocketmine\network\mcpe\protocol\types\command\CommandPermissions::NORMAL = 0

Definition at line 22 of file CommandPermissions.php.

◆ OPERATOR

const pocketmine\network\mcpe\protocol\types\command\CommandPermissions::OPERATOR = 1

Definition at line 23 of file CommandPermissions.php.

◆ OWNER

const pocketmine\network\mcpe\protocol\types\command\CommandPermissions::OWNER = 4

Definition at line 26 of file CommandPermissions.php.


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