53545556575859606162636465
} } if (object instanceof ISidedInventory) return new TransactorSimple((ISidedInventory) object); else if (object instanceof IInventory) return new TransactorSimple(getInventory((IInventory) object)); return null; }