Examples of fertilize()


Examples of powercrystals.minefactoryreloaded.api.IFactoryFertilizable.fertilize()

     
      if(!fertilizable.canFertilizeBlock(worldObj, bp.x, bp.y, bp.z, fertilizer.getFertilizerType()))
      {
        continue;
      }
      if(fertilizable.fertilize(worldObj, _rand, bp.x, bp.y, bp.z, fertilizer.getFertilizerType()))
      {
        fertilizer.consume(fertStack);
        if(fertStack.stackSize <= 0)
        {
          setInventorySlotContents(stackIndex, null);
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.