pocketmine\event\weather\WeatherChangeEvent::__construct PHP Method

__construct() public method

public __construct ( Level $level, $to = false )
$level pocketmine\level\Level
    public function __construct(Level $level, $to = false)
    {
        parent::__construct($level);
        $this->to = $to;
    }