mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
wtf is this shitbox code
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user