pocketmine\block\Portal::__construct PHP Метод

__construct() публичный Метод

public __construct ( )
    public function __construct()
    {
        if ($this->temporalVector === null) {
            $this->temporalVector = new Vector3(0, 0, 0);
        }
    }