* @param filter EnumItemType to match against
* @return An ItemStack
*/
public static ItemStack removeOneItem(IInventory inv, IStackFilter filter) {
InventoryManipulator im = InventoryManipulator.get(inv);
return im.removeItem(filter);
}
/**
* Removes and returns a single item from the inventory that matches the
* filter.