Package crazypants.enderio.machine.crusher

Examples of crazypants.enderio.machine.crusher.IGrindingMultiplier


    if(Config.addFuelTooltipsToAllFluidContainers) {
      addTooltipForFluid(evt.toolTip, evt.itemStack);
    }

    IGrindingMultiplier gb = CrusherRecipeManager.getInstance().getGrindballFromStack(evt.itemStack);
    if(gb != null) {
      btp.ball = gb;
      TooltipAddera.instance.addInformation(btp, evt.itemStack, evt.entityPlayer, evt.toolTip, false);
    }
  }
View Full Code Here

TOP

Related Classes of crazypants.enderio.machine.crusher.IGrindingMultiplier

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.