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.
|
net.minecraftforge.common.util.ForgeDirection |
side
The side of the geolyzer on which the block to scan is located.
|
host, options| Constructor and Description |
|---|
GeolyzerEvent.Analyze(EnvironmentHost host,
java.util.Map<?,?> options,
net.minecraftforge.common.util.ForgeDirection side) |
public final net.minecraftforge.common.util.ForgeDirection side
public final java.util.Map<java.lang.String,java.lang.Object> data
public GeolyzerEvent.Analyze(EnvironmentHost host, java.util.Map<?,?> options, net.minecraftforge.common.util.ForgeDirection side)