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

Public Member Functions

 __construct (private array $legacyPreHills,)
 
 getLegacyPreHills ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Detailed Description

Definition at line 22 of file BiomeLegacyWorldGenRulesData.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeLegacyWorldGenRulesData::__construct ( private array $legacyPreHills)
Parameters
BiomeConditionalTransformationData[]$legacyPreHills

Definition at line 27 of file BiomeLegacyWorldGenRulesData.php.

Member Function Documentation

◆ getLegacyPreHills()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeLegacyWorldGenRulesData::getLegacyPreHills ( )
Returns
BiomeConditionalTransformationData[]

Definition at line 34 of file BiomeLegacyWorldGenRulesData.php.

◆ read()

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

Definition at line 36 of file BiomeLegacyWorldGenRulesData.php.

◆ write()

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

Definition at line 47 of file BiomeLegacyWorldGenRulesData.php.


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