public abstract class GeolyzerEvent
extends cpw.mods.fml.common.eventhandler.Event
Modifier and Type | Class and Description |
---|---|
static class |
GeolyzerEvent.Analyze
Zero-range scan, getting in-depth information about blocks directly
adjacent to the geolyzer.
|
static class |
GeolyzerEvent.Scan
Long-distance scan, getting quantified information about blocks around
the geolyzer.
|
Modifier and Type | Field and Description |
---|---|
EnvironmentHost |
host
The container of the geolyzer component.
|
java.util.Map<?,?> |
options
The options the operation was invoked with.
|
Modifier | Constructor and Description |
---|---|
protected |
GeolyzerEvent(EnvironmentHost host,
java.util.Map<?,?> options) |
public final EnvironmentHost host
public final java.util.Map<?,?> options
protected GeolyzerEvent(EnvironmentHost host, java.util.Map<?,?> options)