Documentation

RegionLocationTableEntry
in package

Table of Contents

$firstSector  : int
$sectorCount  : int
$timestamp  : int
__construct()  : mixed
getFirstSector()  : int
getLastSector()  : int
getSectorCount()  : int
getTimestamp()  : int
getUsedSectors()  : array<string|int, int>
Returns an array of sector offsets reserved by this chunk.
overlaps()  : bool

Properties

Methods

__construct()

public __construct(int $firstSector, int $sectorCount, int $timestamp) : mixed
Parameters
$firstSector : int
$sectorCount : int
$timestamp : int
Tags
throws
InvalidArgumentException
Return values
mixed

getUsedSectors()

Returns an array of sector offsets reserved by this chunk.

public getUsedSectors() : array<string|int, int>
Return values
array<string|int, int>

Search results