@FunctionalInterface public interface BlockVolumeVisitor<V extends BlockVolume>
Modifier and Type | Method and Description |
---|---|
void |
visit(V volume,
int x,
int y,
int z)
Visits a block given as its volume and coordinates.
|
void visit(V volume, int x, int y, int z)
volume
- The volume containing the blockx
- The x coordinate of the blocky
- The y coordinate of the blockz
- The z coordinate of the block