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

Public Member Functions

 __construct (private float $temperature, private float $downfall, private float $snowAccumulationMin, private float $snowAccumulationMax,)
 
 getDownfall ()
 
 getSnowAccumulationMax ()
 
 getSnowAccumulationMin ()
 
 getTemperature ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Detailed Description

Definition at line 21 of file BiomeClimateData.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeClimateData::__construct ( private float $temperature,
private float $downfall,
private float $snowAccumulationMin,
private float $snowAccumulationMax )

Definition at line 23 of file BiomeClimateData.php.

Member Function Documentation

◆ getDownfall()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeClimateData::getDownfall ( )

Definition at line 32 of file BiomeClimateData.php.

◆ getSnowAccumulationMax()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeClimateData::getSnowAccumulationMax ( )

Definition at line 36 of file BiomeClimateData.php.

◆ getSnowAccumulationMin()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeClimateData::getSnowAccumulationMin ( )

Definition at line 34 of file BiomeClimateData.php.

◆ getTemperature()

pocketmine\network\mcpe\protocol\types\biome\chunkgen\BiomeClimateData::getTemperature ( )

Definition at line 30 of file BiomeClimateData.php.

◆ read()

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

Definition at line 38 of file BiomeClimateData.php.

◆ write()

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

Definition at line 52 of file BiomeClimateData.php.


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