Examples of canFertilizeBlock()


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

      if(fertilizer.getFertilizerMeta() != fertStack.getItemDamage())
      {
        continue;
      }
     
      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()))
      {
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.