Package uk.co.thomasc.scrapbanktf.trade

Examples of uk.co.thomasc.scrapbanktf.trade.TradeItem


  private int[] applicableItems() {
    final int[] items = { 0, 0 };
    onlyApplicable = true;
    String chat = "";
    for (final long child : trade.OtherTrade) {
      final TradeItem item = trade.OtherItems.get(child);
      final TradeItemDescription itemInfo = trade.OtherItems.getDescription(item.classId + "_" + item.instanceId);

      final Item record = trade.OtherInventory.getItem(child);
      final boolean itemok = !record.isNotCraftable && record.quality == 6;
View Full Code Here

TOP

Related Classes of uk.co.thomasc.scrapbanktf.trade.TradeItem

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.