Documentation

SubChunkExplorer
in package

Table of Contents

$currentChunk  : Chunk|null
$currentSubChunk  : SubChunk|null
$currentX  : int
$currentY  : int
$currentZ  : int
$world  : ChunkManager
__construct()  : mixed
invalidate()  : void
isValid()  : bool
Returns whether we currently have a valid terrain pointer.
moveTo()  : int
moveToChunk()  : int

Properties

Methods

isValid()

Returns whether we currently have a valid terrain pointer.

public isValid() : bool
Return values
bool

moveTo()

public moveTo(int $x, int $y, int $z) : int
Parameters
$x : int
$y : int
$z : int
Tags
phpstan-return

SubChunkExplorerStatus::*

Return values
int

moveToChunk()

public moveToChunk(int $chunkX, int $chunkY, int $chunkZ) : int
Parameters
$chunkX : int
$chunkY : int
$chunkZ : int
Tags
phpstan-return

SubChunkExplorerStatus::*

Return values
int

Search results