Definition at line 30 of file SubChunkExplorer.php.
◆ __construct()
pocketmine\world\utils\SubChunkExplorer::__construct |
( |
protected ChunkManager | $world | ) |
|
◆ invalidate()
pocketmine\world\utils\SubChunkExplorer::invalidate |
( |
| ) |
|
◆ isValid()
pocketmine\world\utils\SubChunkExplorer::isValid |
( |
| ) |
|
Returns whether we currently have a valid terrain pointer.
Definition at line 86 of file SubChunkExplorer.php.
◆ moveTo()
pocketmine\world\utils\SubChunkExplorer::moveTo |
( |
int | $x, |
|
|
int | $y, |
|
|
int | $z ) |
◆ moveToChunk()
pocketmine\world\utils\SubChunkExplorer::moveToChunk |
( |
int | $chunkX, |
|
|
int | $chunkY, |
|
|
int | $chunkZ ) |
◆ $currentChunk
Chunk pocketmine\world\utils\SubChunkExplorer::$currentChunk = null |
◆ $currentSubChunk
SubChunk pocketmine\world\utils\SubChunkExplorer::$currentSubChunk = null |
◆ $currentX
int pocketmine\world\utils\SubChunkExplorer::$currentX |
|
protected |
◆ $currentY
int pocketmine\world\utils\SubChunkExplorer::$currentY |
|
protected |
◆ $currentZ
int pocketmine\world\utils\SubChunkExplorer::$currentZ |
|
protected |
The documentation for this class was generated from the following file: