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

__construct() public method

public __construct ( Level $level )
$level pocketmine\level\Level
    public function __construct(Level $level)
    {
        $this->level = $level;
    }

Usage Example

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