|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon:Public Member Functions | |
| __construct (private SubChunkPositionOffset $offset, private int $requestResult, private string $terrainData, private ?SubChunkPacketHeightMapInfo $heightMap, private ?SubChunkPacketHeightMapInfo $renderHeightMap) | |
| getHeightMap () | |
| getOffset () | |
| getRenderHeightMap () | |
| getRequestResult () | |
| getTerrainData () | |
| write (ByteBufferWriter $out, bool $cacheEnabled) | |
Static Public Member Functions | |
| static | read (ByteBufferReader $in, bool $cacheEnabled) |
Definition at line 23 of file SubChunkPacketEntryCommon.php.
| pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon::__construct | ( | private SubChunkPositionOffset | $offset, |
| private int | $requestResult, | ||
| private string | $terrainData, | ||
| private ?SubChunkPacketHeightMapInfo | $heightMap, | ||
| private ?SubChunkPacketHeightMapInfo | $renderHeightMap ) |
Definition at line 25 of file SubChunkPacketEntryCommon.php.
| pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon::getHeightMap | ( | ) |
Definition at line 39 of file SubChunkPacketEntryCommon.php.
| pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon::getOffset | ( | ) |
Definition at line 33 of file SubChunkPacketEntryCommon.php.
| pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon::getRenderHeightMap | ( | ) |
Definition at line 41 of file SubChunkPacketEntryCommon.php.
| pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon::getRequestResult | ( | ) |
Definition at line 35 of file SubChunkPacketEntryCommon.php.
| pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon::getTerrainData | ( | ) |
Definition at line 37 of file SubChunkPacketEntryCommon.php.
|
static |
Definition at line 43 of file SubChunkPacketEntryCommon.php.
| pocketmine\network\mcpe\protocol\types\SubChunkPacketEntryCommon::write | ( | ByteBufferWriter | $out, |
| bool | $cacheEnabled ) |
Definition at line 78 of file SubChunkPacketEntryCommon.php.