public class HeightFilter extends java.lang.Object implements Filter
EVERYWHERE
Constructor and Description |
---|
HeightFilter(int minHeight,
int maxHeight,
int startHeight,
int stopHeight,
boolean feather) |
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.
|
int |
getStartHeight() |
int |
getStopHeight() |
boolean |
isFeather() |
public HeightFilter(int minHeight, int maxHeight, int startHeight, int stopHeight, boolean feather)
public int getLevel(int x, int y, int z, int inputLevel)
Filter
public int getStartHeight()
public int getStopHeight()
public boolean isFeather()