public static class GeolyzerEvent.Analyze extends GeolyzerEvent
GeolyzerEvent.Analyze, GeolyzerEvent.Scan
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
data
The retrieved data for the block being scanned.
|
int |
x
The position of the block to scan.
|
int |
y
The position of the block to scan.
|
int |
z
The position of the block to scan.
|
host, options
Constructor and Description |
---|
Analyze(EnvironmentHost host,
java.util.Map<?,?> options,
int x,
int y,
int z) |
public final int x
public final int y
public final int z
public final java.util.Map<java.lang.String,java.lang.Object> data
public Analyze(EnvironmentHost host, java.util.Map<?,?> options, int x, int y, int z)