public class BitIterator
extends java.lang.Object
Constructor and Description |
---|
BitIterator() |
BitIterator(net.minecraft.util.math.BlockPos a,
net.minecraft.util.math.BlockPos b) |
Modifier and Type | Method and Description |
---|---|
int |
clampToRange(int a) |
protected void |
done() |
int |
getNext(VoxelBlob blob) |
boolean |
hasNext() |
void |
setNext(VoxelBlob blob,
int value) |
protected void |
yPlus() |
protected void |
zPlus() |