|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\world\format\io\region\RegionLocationTableEntry:Public Member Functions | |
| __construct (int $firstSector, int $sectorCount, int $timestamp) | |
| getFirstSector () | |
| getLastSector () | |
| getSectorCount () | |
| getTimestamp () | |
| getUsedSectors () | |
| overlaps (RegionLocationTableEntry $other) | |
Definition at line 28 of file RegionLocationTableEntry.php.
| pocketmine\world\format\io\region\RegionLocationTableEntry::__construct | ( | int | $firstSector, |
| int | $sectorCount, | ||
| int | $timestamp ) |
| pocketmine\world\format\io\region\RegionLocationTableEntry::getFirstSector | ( | ) |
Definition at line 49 of file RegionLocationTableEntry.php.
| pocketmine\world\format\io\region\RegionLocationTableEntry::getLastSector | ( | ) |
Definition at line 53 of file RegionLocationTableEntry.php.
| pocketmine\world\format\io\region\RegionLocationTableEntry::getSectorCount | ( | ) |
@phpstan-return positive-int
Definition at line 68 of file RegionLocationTableEntry.php.
| pocketmine\world\format\io\region\RegionLocationTableEntry::getTimestamp | ( | ) |
Definition at line 72 of file RegionLocationTableEntry.php.
| pocketmine\world\format\io\region\RegionLocationTableEntry::getUsedSectors | ( | ) |
Returns an array of sector offsets reserved by this chunk.
Definition at line 61 of file RegionLocationTableEntry.php.
| pocketmine\world\format\io\region\RegionLocationTableEntry::overlaps | ( | RegionLocationTableEntry | $other | ) |
Definition at line 76 of file RegionLocationTableEntry.php.