pipeWire = new ItemPipeWire();
CoreProxy.proxy.registerItem(pipeWire);
PipeWire.item = pipeWire;
pipeGate = new ItemGate();
pipeGate.setUnlocalizedName("pipeGate");
CoreProxy.proxy.registerItem(pipeGate);
facadeItem = new ItemFacade();
facadeItem.setUnlocalizedName("pipeFacade");