Re-do Blocking mode logic

This commit is contained in:
Salomão
2020-10-21 03:56:06 -03:00
parent 3b544c2486
commit 12bf337238
5 changed files with 35 additions and 2 deletions
@@ -69,6 +69,8 @@ public abstract class InventoryAdaptor implements Iterable<ItemSlot>
public abstract ItemStack simulateRemove( int amount, ItemStack filter, IInventoryDestination destination );
public abstract boolean canRemoveAllExceptCircuits();
// return what was extracted.
public abstract ItemStack removeSimilarItems( int amount, ItemStack filter, FuzzyMode fuzzyMode, IInventoryDestination destination );