Examples of TradeItemDescription


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

    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;

      if (!accepted.containsKey(record.defIndex)) {
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.