Package forestry.api.lepidopterology

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


      } else if(PluginLepidopterology.butterflyInterface.isMember(crafting.getStackInSlot(i), EnumFlutterType.SERUM.ordinal()))
        serum = PluginLepidopterology.butterflyInterface.getMember(crafting.getStackInSlot(i))
    }
   
    IButterfly mated = butterfly.copy();
    mated.mate(serum);
    return PluginLepidopterology.butterflyInterface.getMemberStack(mated, EnumFlutterType.BUTTERFLY.ordinal());
  }

  @Override
  public int getRecipeSize() {
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.