PHP Class pocketmine\level\format\mcregion\ChunkRequestTask

Inheritance: extends pocketmine\scheduler\AsyncTask
Datei anzeigen Open project: iTXTech/Genisys

Protected Properties

Property Type Description
$chunk
$chunkX
$chunkZ
$levelId
$tiles

Public Methods

Method Description
__construct ( Level $level, Chunk $chunk )
onCompletion ( Server $server )
onRun ( )

Method Details

__construct() public method

public __construct ( Level $level, Chunk $chunk )
$level pocketmine\level\Level
$chunk Chunk

onCompletion() public method

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

onRun() public method

public onRun ( )

Property Details

$chunk protected_oe property

protected $chunk

$chunkX protected_oe property

protected $chunkX

$chunkZ protected_oe property

protected $chunkZ

$levelId protected_oe property

protected $levelId

$tiles protected_oe property

protected $tiles