6869707172737475767778
mod = (IIntegrationModule) classValue.getConstructor().newInstance(); Field f = classValue.getField( "instance" ); f.set( classValue, instance = mod ); } else throw new ModNotInstalled( modID ); state = IntegrationStage.INIT; break; case INIT: