PHP Class pocketmine\network\CompressBatchedTask

Inheritance: extends pocketmine\scheduler\AsyncTask
Show file Open project: iTXTech/Genisys

Public Properties

Property Type Description
$data
$final
$level
$targets

Public Methods

Method Description
__construct ( $data, array $targets, $level = 7 )
onCompletion ( Server $server )
onRun ( )

Method Details

__construct() public method

public __construct ( $data, array $targets, $level = 7 )
$targets array

onCompletion() public method

public onCompletion ( Server $server )
$server pocketmine\Server

onRun() public method

public onRun ( )

Property Details

$data public property

public $data

$final public property

public $final

$level public property

public $level

$targets public property

public $targets