Package mekanism.common.IFactory

Examples of mekanism.common.IFactory.RecipeType.ordinal()


            toSet = type;
            break;
          }
        }

        if(toSet != null && recipeType != toSet.ordinal())
        {
          if(recipeTicks < RECIPE_TICKS_REQUIRED)
          {
            recipeTicks++;
          }
View Full Code Here


            ((IUpgradeManagement)returnStack.getItem()).setSpeedMultiplier(mgmt.getSpeedMultiplier(inventory[2]), returnStack);

            inventory[2] = null;
            inventory[3] = returnStack;

            recipeType = toSet.ordinal();
            gasTank.setGas(null);

            worldObj.notifyBlocksOfNeighborChange(xCoord, yCoord, zCoord, getBlockType());

            MekanismUtils.saveChunk(this);
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.