public static class GeolyzerEvent.Scan extends GeolyzerEvent
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 |
scanX
The relative x coordinate of the column being scanned.
|
int |
scanZ
The relative z coordinate of the column being scanned.
|
host, options| Constructor and Description |
|---|
Scan(EnvironmentHost host,
java.util.Map<?,?> options,
int scanX,
int scanZ) |
public final int scanX
public final int scanZ
public final float[] data
public Scan(EnvironmentHost host, java.util.Map<?,?> options, int scanX, int scanZ)