PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\types\PlayMode Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\PlayMode:

Public Attributes

const EXIT_LEVEL = 7
 
const NORMAL = 0
 
const SCREEN = 2
 
const TEASER = 1
 

Detailed Description

Enum used by PlayerAuthInputPacket. Most of these names don't make any sense, but that isn't surprising.

Definition at line 20 of file PlayMode.php.

Member Data Documentation

◆ EXIT_LEVEL

const pocketmine\network\mcpe\protocol\types\PlayMode::EXIT_LEVEL = 7

Definition at line 29 of file PlayMode.php.

◆ NORMAL

const pocketmine\network\mcpe\protocol\types\PlayMode::NORMAL = 0

Definition at line 26 of file PlayMode.php.

◆ SCREEN

const pocketmine\network\mcpe\protocol\types\PlayMode::SCREEN = 2

Definition at line 28 of file PlayMode.php.

◆ TEASER

const pocketmine\network\mcpe\protocol\types\PlayMode::TEASER = 1

Definition at line 27 of file PlayMode.php.


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