mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-13 23:15:29 +00:00
Clarified location table doc for RegionLoader
This commit is contained in:
parent
a7e9aa4bc1
commit
d294d5a91b
@ -51,7 +51,7 @@ class RegionLoader{
|
|||||||
protected $lastSector;
|
protected $lastSector;
|
||||||
/** @var McRegion */
|
/** @var McRegion */
|
||||||
protected $levelProvider;
|
protected $levelProvider;
|
||||||
/** @var int[][] */
|
/** @var int[][] [offset in sectors, chunk size in sectors, timestamp] */
|
||||||
protected $locationTable = [];
|
protected $locationTable = [];
|
||||||
/** @var int */
|
/** @var int */
|
||||||
public $lastUsed = 0;
|
public $lastUsed = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user