Interface | Description |
---|---|
ISingleStackFilter |
Class | Description |
---|---|
AggregateFilter |
Returns true if the stack matches all of the stack filters.
|
ArrayFluidFilter |
Returns true if the stack matches any one one of the filter stacks.
|
ArrayStackFilter |
Returns true if the stack matches any one one of the filter stacks.
|
ArrayStackOrListFilter |
Returns true if the stack matches any one one of the filter stacks.
|
CompositeFilter |
Returns true if the stack matches any one one of the filter stacks.
|
CraftingFilter |
Returns true if the stack matches any one one of the filter stacks.
|
DelegatingArrayFilter | |
DelegatingItemHandlerFilter | |
InvertedFluidFilter | |
InvertedStackFilter | |
OreStackFilter |
Returns true if the stack matches any one one of the filter stacks.
|
PassThroughFluidFilter |
Returns true if the stack matches any one one of the filter stacks.
|
PassThroughStackFilter |
Returns true if the stack matches any one one of the filter stacks.
|
SimpleFluidFilter |
Enum | Description |
---|---|
StackFilter |
This interface is used with several of the functions in IItemTransfer to provide a convenient means of dealing with
entire classes of items without having to specify each item individually.
|