163164165166167168169170
return null; if (inv instanceof ISpecialInventory) inv = new SpecialInventoryMapper((ISpecialInventory) inv, side); else if (inv instanceof ISidedInventory) inv = new SidedInventoryMapper((ISidedInventory) inv, side); return inv; }