public static class GeolyzerEvent.Scan extends GeolyzerEvent
data
array such that
index = x + z*w + y*w*d
, with w = maxX - minX
and d = maxZ - minZ
(h meaning height, d
meaning depth).GeolyzerEvent.Analyze, GeolyzerEvent.Scan
Modifier and Type | Field and Description |
---|---|
float[] |
data
The data for the column of blocks being scanned, which is an
interval around the geolyzer itself, with the geolyzer block
being at index 32.
|
int |
maxX
The relative maximal x coordinate of the box being scanned (inclusive).
|
int |
maxY
The relative maximal y coordinate of the box being scanned (inclusive).
|
int |
maxZ
The relative maximal z coordinate of the box being scanned (inclusive).
|
int |
minX
The relative minimal x coordinate of the box being scanned (inclusive).
|
int |
minY
The relative minimal y coordinate of the box being scanned (inclusive).
|
int |
minZ
The relative minimal z coordinate of the box being scanned (inclusive).
|
host, options
Constructor and Description |
---|
Scan(EnvironmentHost host,
java.util.Map<?,?> options,
int minX,
int minY,
int minZ,
int maxX,
int maxY,
int maxZ) |
public final int minX
public final int minY
public final int minZ
public final int maxX
public final int maxY
public final int maxZ
public final float[] data
public Scan(EnvironmentHost host, java.util.Map<?,?> options, int minX, int minY, int minZ, int maxX, int maxY, int maxZ)