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

Public Member Functions

 __construct (private array $adjustments,)
 
 getAdjustments ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Detailed Description

Definition at line 22 of file BiomeSurfaceMaterialAdjustmentData.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeSurfaceMaterialAdjustmentData::__construct ( private array $adjustments)
Parameters
BiomeElementData[]$adjustments

Definition at line 27 of file BiomeSurfaceMaterialAdjustmentData.php.

Member Function Documentation

◆ getAdjustments()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeSurfaceMaterialAdjustmentData::getAdjustments ( )
Returns
BiomeElementData[]

Definition at line 34 of file BiomeSurfaceMaterialAdjustmentData.php.

◆ read()

static pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeSurfaceMaterialAdjustmentData::read ( ByteBufferReader $in)
static

Definition at line 36 of file BiomeSurfaceMaterialAdjustmentData.php.

◆ write()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeSurfaceMaterialAdjustmentData::write ( ByteBufferWriter $out)

Definition at line 46 of file BiomeSurfaceMaterialAdjustmentData.php.


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