public interface IBitVisitor
Modifier and Type | Method and Description |
---|---|
IBitBrush |
visitBit(int x,
int y,
int z,
IBitBrush currentValue)
Called once for each bit in the block, the return value will be used as
new bit after visitBits returns.
|