PocketMine-MP 5.18.2 git-00e39821f06a4b6d728d35053c2621dbb19369ff
pocketmine\network\mcpe\protocol\types\GeneratorType Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\GeneratorType:

Public Attributes

const FINITE_OVERWORLD = 0
 
const FLAT = 2
 
const NETHER = 3
 
const OVERWORLD = 1
 
const THE_END = 4
 

Detailed Description

Definition at line 17 of file GeneratorType.php.

Member Data Documentation

◆ FINITE_OVERWORLD

const pocketmine\network\mcpe\protocol\types\GeneratorType::FINITE_OVERWORLD = 0

Definition at line 23 of file GeneratorType.php.

◆ FLAT

const pocketmine\network\mcpe\protocol\types\GeneratorType::FLAT = 2

Definition at line 25 of file GeneratorType.php.

◆ NETHER

const pocketmine\network\mcpe\protocol\types\GeneratorType::NETHER = 3

Definition at line 26 of file GeneratorType.php.

◆ OVERWORLD

const pocketmine\network\mcpe\protocol\types\GeneratorType::OVERWORLD = 1

Definition at line 24 of file GeneratorType.php.

◆ THE_END

const pocketmine\network\mcpe\protocol\types\GeneratorType::THE_END = 4

Definition at line 27 of file GeneratorType.php.


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