Interfaces, Classes, Traits and Enums
- TickingChunkLoader
- TickingChunkLoader includes all of the same functionality as ChunkLoader (it can be used in the same way).
Table of Contents
-
$currentLocation
: Vector3
-
__construct()
: mixed
-
getX()
: float
-
getZ()
: float
-
setCurrentLocation()
: void
$currentLocation
private
Vector3
$currentLocation
__construct()
public
__construct(Vector3 $currentLocation) : mixed
Parameters
-
$currentLocation
: Vector3
-
Return values
mixed
—
getX()
public
getX() : float
Return values
float
—
getZ()
public
getZ() : float
Return values
float
—
setCurrentLocation()
public
setCurrentLocation(Vector3 $currentLocation) : void
Parameters
-
$currentLocation
: Vector3
-
Return values
void
—