|
| | __construct (private string $biomeName, private int $id, private float $temperature, private float $downfall, private float $foliageSnow, private float $depth, private float $scale, private Color $mapWaterColor, private bool $rain, private ?array $tags, private ?BiomeDefinitionChunkGenData $chunkGenData=null) |
| |
| | getBiomeName () |
| |
| | getChunkGenData () |
| |
| | getDepth () |
| |
| | getDownfall () |
| |
| | getFoliageSnow () |
| |
| | getId () |
| |
| | getMapWaterColor () |
| |
| | getScale () |
| |
| | getTags () |
| |
| | getTemperature () |
| |
| | hasRain () |
| |
Definition at line 20 of file BiomeDefinitionEntry.php.
◆ __construct()
| pocketmine\network\mcpe\protocol\types\biome\BiomeDefinitionEntry::__construct |
( |
private string | $biomeName, |
|
|
private int | $id, |
|
|
private float | $temperature, |
|
|
private float | $downfall, |
|
|
private float | $foliageSnow, |
|
|
private float | $depth, |
|
|
private float | $scale, |
|
|
private Color | $mapWaterColor, |
|
|
private bool | $rain, |
|
|
private ?array | $tags, |
|
|
private ?BiomeDefinitionChunkGenData | $chunkGenData = null ) |
◆ getBiomeName()
| pocketmine\network\mcpe\protocol\types\biome\BiomeDefinitionEntry::getBiomeName |
( |
| ) |
|
◆ getChunkGenData()
| pocketmine\network\mcpe\protocol\types\biome\BiomeDefinitionEntry::getChunkGenData |
( |
| ) |
|
◆ getDepth()
| pocketmine\network\mcpe\protocol\types\biome\BiomeDefinitionEntry::getDepth |
( |
| ) |
|
◆ getDownfall()
| pocketmine\network\mcpe\protocol\types\biome\BiomeDefinitionEntry::getDownfall |
( |
| ) |
|
◆ getFoliageSnow()
| pocketmine\network\mcpe\protocol\types\biome\BiomeDefinitionEntry::getFoliageSnow |
( |
| ) |
|
◆ getId()
| pocketmine\network\mcpe\protocol\types\biome\BiomeDefinitionEntry::getId |
( |
| ) |
|
◆ getMapWaterColor()
| pocketmine\network\mcpe\protocol\types\biome\BiomeDefinitionEntry::getMapWaterColor |
( |
| ) |
|
◆ getScale()
| pocketmine\network\mcpe\protocol\types\biome\BiomeDefinitionEntry::getScale |
( |
| ) |
|
◆ getTags()
| pocketmine\network\mcpe\protocol\types\biome\BiomeDefinitionEntry::getTags |
( |
| ) |
|
◆ getTemperature()
| pocketmine\network\mcpe\protocol\types\biome\BiomeDefinitionEntry::getTemperature |
( |
| ) |
|
◆ hasRain()
| pocketmine\network\mcpe\protocol\types\biome\BiomeDefinitionEntry::hasRain |
( |
| ) |
|
The documentation for this class was generated from the following file: