Package uk.co.oliwali.HawkEye.entry

Examples of uk.co.oliwali.HawkEye.entry.ContainerEntry


    if (access == null) return;

    //Get current inventory, create diff string and add the database
    HashMap<String,Integer> after = InventoryUtil.compressInventory(InventoryUtil.getContainerContents(access.container));
    String diff = InventoryUtil.createDifferenceString(access.beforeInv, after);
    if (diff.length() > 1) DataManager.addEntry(new ContainerEntry(player, access.loc, diff));
    accessList.remove(access);

  }
View Full Code Here

TOP

Related Classes of uk.co.oliwali.HawkEye.entry.ContainerEntry

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.