Package | Description |
---|---|
buildcraft.lib.tile.item |
Modifier and Type | Method and Description |
---|---|
static StackInsertionFunction |
StackInsertionFunction.getDefaultInserter()
Gets a stack insertion function that will insert up to full stacks into a given slot.
|
static StackInsertionFunction |
StackInsertionFunction.getInsertionFunction(int maxStackSize)
Gets a stack insertion function that will insert items up to a given stack size.
|
Modifier and Type | Method and Description |
---|---|
ItemHandlerSimple |
ItemHandlerManager.addInvHandler(java.lang.String key,
int size,
StackInsertionChecker checker,
StackInsertionFunction insertionFunction,
ItemHandlerManager.EnumAccess access,
EnumPipePart... parts) |
ItemHandlerSimple |
ItemHandlerManager.addInvHandler(java.lang.String key,
int size,
StackInsertionFunction insertionFunction,
ItemHandlerManager.EnumAccess access,
EnumPipePart... parts) |
void |
ItemHandlerSimple.setInsertor(StackInsertionFunction insertor) |
Constructor and Description |
---|
ItemHandlerSimple(int size,
StackInsertionChecker checker,
StackInsertionFunction insertionFunction,
StackChangeCallback callback) |