Examples of canBePlantedHere()


Examples of powercrystals.minefactoryreloaded.api.IFactoryPlantable.canBePlantedHere()

      {
        continue;
      }
      IFactoryPlantable plantable = MFRRegistry.getPlantables().get(new Integer(availableStack.itemID));
     
      if(!plantable.canBePlantedHere(worldObj, bp.x, bp.y, bp.z, availableStack))
      {
        continue;
      }
      plantable.prePlant(worldObj, bp.x, bp.y, bp.z, availableStack);
      worldObj.setBlock(bp.x, bp.y, bp.z,
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.