Package forestry.api.lepidopterology

Examples of forestry.api.lepidopterology.IButterfly.analyze()


        // Requires energy
        if (!isEnergy(getStackInSlot(SLOT_ENERGY)))
          return;

        butterfly.analyze();
        if (player != null) {
          PluginLepidopterology.butterflyInterface.getBreedingTracker(player.worldObj, player.getGameProfile()).registerSpecies(butterfly.getGenome().getPrimary());
          PluginLepidopterology.butterflyInterface.getBreedingTracker(player.worldObj, player.getGameProfile()).registerSpecies(butterfly.getGenome().getSecondary());
        }
        NBTTagCompound nbttagcompound = new NBTTagCompound();
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.