| 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<StackType extends IAEStack> | |
| IAETagCompound |
Don't cast this... either compare with it, or copy it.
|
| IItemContainer<StackType extends IAEStack> |
Represents a list of items in AE.
|
| IItemList<StackType extends IAEStack> |
Represents a list of items in AE.
|