public interface IMultiblockSizeLimits
| Modifier and Type | Method and Description |
|---|---|
int |
getMaximumXSize()
Returns the maximum X dimension size of the machine, or -1 (DIMENSION_UNBOUNDED) to disable
dimension checking in X.
|
int |
getMaximumYSize()
Returns the maximum Y dimension size of the machine, or -1 (DIMENSION_UNBOUNDED) to disable
dimension checking in X.
|
int |
getMaximumZSize()
Returns the maximum Z dimension size of the machine, or -1 (DIMENSION_UNBOUNDED) to disable
dimension checking in X.
|
int |
getMinimumNumberOfBlocksForAssembledMachine()
Helper method so we don't check for a whole machine until we have enough blocks
to actually assemble it.
|
int |
getMinimumXSize()
Returns the minimum X dimension size of the machine.
|
int |
getMinimumYSize()
Returns the minimum Y dimension size of the machine.
|
int |
getMinimumZSize()
Returns the minimum Z dimension size of the machine.
|
int getMinimumNumberOfBlocksForAssembledMachine()
int getMaximumXSize()
int getMaximumZSize()
int getMaximumYSize()
int getMinimumXSize()
int getMinimumYSize()
int getMinimumZSize()