Examples of doFirstThings()


Examples of net.minecraftforge.gradle.extrastuff.ReobfExceptor.doFirstThings()

        exc.toReobfJar = getRecompFile();
        exc.excConfig = getExceptorCfg();
        exc.fieldCSV = getFieldCsv();
        exc.methodCSV = getMethodCsv();

        exc.doFirstThings();
       
        return exc;
    }

    private void addArtifact(ObfArtifact artifact)
View Full Code Here

Examples of net.minecraftforge.gradle.extrastuff.ReobfExceptor.doFirstThings()

            exceptor.fieldCSV = getFieldsCsv();
            exceptor.methodCSV = getMethodsCsv();
           
            File outSrg =  new File(this.getTemporaryDir(), "reobf_cls.srg");
           
            exceptor.doFirstThings();
            exceptor.buildSrg(srg, outSrg);
           
            srg = outSrg;
        }
       
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.