SubChunkExplorerStatus
in package
Table of Contents
- INVALID = 0
- We encountered terrain not accessible by the current terrain provider
- MOVED = 2
- We moved to a different (sub)chunk
- OK = 1
- We remained inside the same (sub)chunk
- __construct() : mixed
Constants
INVALID
We encountered terrain not accessible by the current terrain provider
public
mixed
INVALID
= 0
MOVED
We moved to a different (sub)chunk
public
mixed
MOVED
= 2
OK
We remained inside the same (sub)chunk
public
mixed
OK
= 1
Methods
__construct()
private
__construct() : mixed