Inventory Util Upgrades.
This commit is contained in:
@@ -10,6 +10,7 @@ import appeng.api.AEApi;
|
||||
import appeng.api.storage.data.IAEItemStack;
|
||||
import appeng.util.Platform;
|
||||
import appeng.util.item.AEItemStack;
|
||||
import appeng.util.iterators.AEInvIterator;
|
||||
import appeng.util.iterators.InvIterator;
|
||||
|
||||
public class AppEngInternalAEInventory implements IInventory, Iterable<ItemStack>
|
||||
@@ -237,4 +238,9 @@ public class AppEngInternalAEInventory implements IInventory, Iterable<ItemStack
|
||||
{
|
||||
return new InvIterator( this );
|
||||
}
|
||||
|
||||
public Iterator<IAEItemStack> aeiterator()
|
||||
{
|
||||
return new AEInvIterator( this );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user