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

Public Member Functions

 __construct (private int $maxHeight, private int $minHeight, private int $generator)
 
 getGenerator ()
 
 getMaxHeight ()
 
 getMinHeight ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Detailed Description

Definition at line 21 of file DimensionData.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\DimensionData::__construct ( private int $maxHeight,
private int $minHeight,
private int $generator )

Definition at line 23 of file DimensionData.php.

Member Function Documentation

◆ getGenerator()

pocketmine\network\mcpe\protocol\types\DimensionData::getGenerator ( )

Definition at line 33 of file DimensionData.php.

◆ getMaxHeight()

pocketmine\network\mcpe\protocol\types\DimensionData::getMaxHeight ( )

Definition at line 29 of file DimensionData.php.

◆ getMinHeight()

pocketmine\network\mcpe\protocol\types\DimensionData::getMinHeight ( )

Definition at line 31 of file DimensionData.php.

◆ read()

static pocketmine\network\mcpe\protocol\types\DimensionData::read ( ByteBufferReader $in)
static

Definition at line 35 of file DimensionData.php.

◆ write()

pocketmine\network\mcpe\protocol\types\DimensionData::write ( ByteBufferWriter $out)

Definition at line 43 of file DimensionData.php.


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