Examples of postPick()


Examples of powercrystals.minefactoryreloaded.api.IFactoryFruit.postPick()

    else
    {
      worldObj.setBlock(targetCoords.x, targetCoords.y, targetCoords.z, replacement.itemID, replacement.getItemDamage(), 3);
    }
   
    harvestable.postPick(worldObj, targetCoords.x, targetCoords.y, targetCoords.z);
   
    return true;
  }
 
  private BlockPosition getNextTree()
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.