202203204205206207208209210211212
@Override public TileEntity getIC2Delegate() { if (emitterDelegate == null) try { emitterDelegate = new TileIC2EmitterDelegate(this); } catch (Throwable error) { Game.logErrorAPI("IndustrialCraft", error, null); } return emitterDelegate; }