Package forestry.core.inventory.manipulators

Examples of forestry.core.inventory.manipulators.InventoryManipulator.removeItem()


   * @param filter EnumItemType to match against
   * @return An ItemStack
   */
  public static ItemStack removeOneItem(IInventory inv, IStackFilter filter) {
    InventoryManipulator im = InventoryManipulator.get(inv);
    return im.removeItem(filter);
  }

  /**
   * Removes and returns a single item from the inventory that matches the
   * filter.
 
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.