| Interface | Description |
|---|---|
| IAEFluidStack |
An alternate version of FluidStack for AE to keep tabs on things easier, and
to support larger storage. stackSizes of getFluidStack will be capped.
|
| IAEItemStack |
An alternate version of ItemStack for AE to keep tabs on things easier, and to support larger storage. stackSizes of
getItemStack will be capped.
|
| IAEStack<T extends IAEStack<T>> | |
| IItemContainer<T extends IAEStack<T>> |
Represents a list of items in AE.
|
| IItemList<T extends IAEStack<T>> |
Represents a list of items in AE.
|