public class AE2DiskInventoryItemHandler extends java.lang.Object implements IInventoryItem
| Constructor and Description |
|---|
AE2DiskInventoryItemHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
getStacksInItem(net.minecraft.item.ItemStack stack,
java.util.List<net.minecraft.item.ItemStack> curStacks) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInventoryHeader, getStacks, getTooltipPrefixpublic void getStacksInItem(net.minecraft.item.ItemStack stack,
java.util.List<net.minecraft.item.ItemStack> curStacks)
getStacksInItem in interface IInventoryItemstack - Item that potentially has an inventory.curStacks - List of all currently added stacks for this item. Add more stacks in here in your implementation when found the right item.