104105106107108109110111112113
} @Override public ICraftingCPU next() { final ICraftingCPU o = this.cpuCluster; this.cpuCluster = null; return o; }