Package cofh.lib.inventory

Examples of cofh.lib.inventory.ComparableItemStack


  public SlotSpecificItem(IInventory inventory, int index, int x, int y, ItemStack stack) {

    super(inventory, index, x, y);

    this.stack = new ComparableItemStack(stack);
  }
View Full Code Here

TOP

Related Classes of cofh.lib.inventory.ComparableItemStack

Copyright © 2018 www.massapicom. 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.