@FunctionalInterface public interface BlockVolumeFiller
| Modifier and Type | Method and Description |
|---|---|
BlockState |
produce(int x,
int y,
int z)
Produces a block for the coordinate triplet.
|
BlockState produce(int x, int y, int z)
x - The x coordinatey - The y coordinatez - The z coordinate