Interface | Description |
---|---|
IItemHandlerAdv |
A form of
IItemHandler that provides insertion-checking functionality via StackInsertionChecker |
StackChangeCallback | |
StackInsertionChecker | |
StackInsertionFunction |
Defines a way of inserting items into an inventory - this can be overridden to have different rules with stack
merging.
|
Class | Description |
---|---|
CombinedItemHandlerWrapper |
Combines several
IItemHandlerModifiable into one class. |
DelegateItemHandler | |
ItemHandlerFiltered |
A type of
ItemHandlerSimple that gets it's IItemHandlerFiltered.getFilter(int) from a given
IItemHandler instance. |
ItemHandlerManager | |
ItemHandlerSimple | |
StackInsertionFunction.InsertionResult |
The result of an attempted insertion.
|
WrappedItemHandlerExtract | |
WrappedItemHandlerInsert |
Enum | Description |
---|---|
ItemHandlerManager.EnumAccess |