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

Public Member Functions

 __construct (private float $noiseFrequencyScale, private float $noiseLowerBound, private float $noiseUpperBound, private int $heightMinType, private int $heightMin, private int $heightMaxType, private int $heightMax, private BiomeSurfaceMaterialData $surfaceMaterial,)
 
 getHeightMax ()
 
 getHeightMaxType ()
 
 getHeightMin ()
 
 getHeightMinType ()
 
 getNoiseFrequencyScale ()
 
 getNoiseLowerBound ()
 
 getNoiseUpperBound ()
 
 getSurfaceMaterial ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Detailed Description

Definition at line 22 of file BiomeElementData.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeElementData::__construct ( private float $noiseFrequencyScale,
private float $noiseLowerBound,
private float $noiseUpperBound,
private int $heightMinType,
private int $heightMin,
private int $heightMaxType,
private int $heightMax,
private BiomeSurfaceMaterialData $surfaceMaterial )

Definition at line 24 of file BiomeElementData.php.

Member Function Documentation

◆ getHeightMax()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeElementData::getHeightMax ( )

Definition at line 47 of file BiomeElementData.php.

◆ getHeightMaxType()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeElementData::getHeightMaxType ( )

Definition at line 45 of file BiomeElementData.php.

◆ getHeightMin()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeElementData::getHeightMin ( )

Definition at line 43 of file BiomeElementData.php.

◆ getHeightMinType()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeElementData::getHeightMinType ( )

Definition at line 41 of file BiomeElementData.php.

◆ getNoiseFrequencyScale()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeElementData::getNoiseFrequencyScale ( )

Definition at line 35 of file BiomeElementData.php.

◆ getNoiseLowerBound()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeElementData::getNoiseLowerBound ( )

Definition at line 37 of file BiomeElementData.php.

◆ getNoiseUpperBound()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeElementData::getNoiseUpperBound ( )

Definition at line 39 of file BiomeElementData.php.

◆ getSurfaceMaterial()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeElementData::getSurfaceMaterial ( )

Definition at line 49 of file BiomeElementData.php.

◆ read()

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

Definition at line 51 of file BiomeElementData.php.

◆ write()

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

Definition at line 73 of file BiomeElementData.php.


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