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
$firstSector
private
int
$firstSector
$sectorCount
private
int
$sectorCount
$timestamp
private
int
$timestamp
Methods
__construct()
public
__construct(int $firstSector, int $sectorCount, int $timestamp) : mixed
Parameters
- $firstSector : int
- $sectorCount : int
- $timestamp : int
Tags
Return values
mixed —getFirstSector()
public
getFirstSector() : int
Return values
int —getLastSector()
public
getLastSector() : int
Return values
int —getSectorCount()
public
getSectorCount() : int
Return values
int —getTimestamp()
public
getTimestamp() : int
Return values
int —getUsedSectors()
Returns an array of sector offsets reserved by this chunk.
public
getUsedSectors() : array<string|int, int>
Return values
array<string|int, int> —overlaps()
public
overlaps(RegionLocationTableEntry $other) : bool
Parameters
- $other : RegionLocationTableEntry