Package forestry.api.apiculture

Examples of forestry.api.apiculture.IBeeGenome


      IAllele[] template = PluginApiculture.beeInterface.getTemplate(species.getUID());

      if (template == null)
        throw new TemplateNotFoundException(species);

      IBeeGenome genome = PluginApiculture.beeInterface.templateAsGenome(template);

      IBee bee = PluginApiculture.beeInterface.getBee(player.worldObj, genome);

      if(this.type == EnumBeeType.QUEEN)
        bee.mate(bee);
View Full Code Here

TOP

Related Classes of forestry.api.apiculture.IBeeGenome

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.