Package forestry.apiculture.genetics

Examples of forestry.apiculture.genetics.JubilanceReqRes


    } catch (Exception ex) {
      Proxies.log.fine("Necessary block/classes from EE were not found");
      return;
    }

    IJubilanceProvider jubilanceProviderDarkened = new JubilanceReqRes(eeBlock1);
    IJubilanceProvider jubilanceProviderReddened = new JubilanceReqRes(eeBlock2);

    ((AlleleBeeSpecies) AlleleManager.alleleRegistry.getAllele("forestry.speciesDarkened")).jubilanceProvider = jubilanceProviderDarkened;
    ((AlleleBeeSpecies) AlleleManager.alleleRegistry.getAllele("forestry.speciesReddened")).jubilanceProvider = jubilanceProviderReddened;
    ((AlleleBeeSpecies) AlleleManager.alleleRegistry.getAllele("forestry.speciesOmega")).jubilanceProvider = jubilanceProviderReddened;
View Full Code Here

TOP

Related Classes of forestry.apiculture.genetics.JubilanceReqRes

Copyright © 2018 www.massapicom. 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.