public final class IntegerBox
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
maxX |
int |
maxY |
int |
maxZ |
int |
minX |
int |
minY |
int |
minZ |
Constructor and Description |
---|
IntegerBox(int x1,
int y1,
int z1,
int x2,
int y2,
int z2) |
Modifier and Type | Method and Description |
---|---|
boolean |
isBadBitPositions() |
void |
move(net.minecraft.util.EnumFacing side,
int scale) |