mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-24 20:04:28 +00:00
wtf is this shitbox code
This commit is contained in:
parent
2f03af51dd
commit
159392e738
@ -37,7 +37,7 @@ abstract class BiomeSelector{
|
|||||||
* @var Biome[]|\SplFixedArray
|
* @var Biome[]|\SplFixedArray
|
||||||
* @phpstan-var \SplFixedArray<Biome>
|
* @phpstan-var \SplFixedArray<Biome>
|
||||||
*/
|
*/
|
||||||
private \SplFixedArray $map = null;
|
private \SplFixedArray $map;
|
||||||
|
|
||||||
public function __construct(Random $random){
|
public function __construct(Random $random){
|
||||||
$this->temperature = new Simplex($random, 2, 1 / 16, 1 / 512);
|
$this->temperature = new Simplex($random, 2, 1 / 16, 1 / 512);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user