public interface Filter
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static Filter |
EVERYWHERE |
| Modifier and Type | Method and Description |
|---|---|
int |
getLevel(int x,
int y,
int z,
int inputLevel)
Determine the level at which some operation should be applied for some
specific location in the world.
|
static final Filter EVERYWHERE
int getLevel(int x,
int y,
int z,
int inputLevel)
x - The X coordinate.y - The Y coordinate.z - The Z coordinate.inputLevel - The level (0-15) to start with.