Package org.rsbot.client

Examples of org.rsbot.client.HashTable


    if (!methods.game.isLoggedIn()) {
      return new RSGroundItem[0];
    }
    final List<RSGroundItem> list = new ArrayList<RSGroundItem>();

    final HashTable itemNC = methods.client.getRSItemHashTable();
    final int id = x | y << 14 | methods.client.getPlane() << 28;

    final org.rsbot.client.NodeListCache itemNLC = (org.rsbot.client.NodeListCache) methods.nodes.lookup(itemNC, id);

    if (itemNLC == null) {
View Full Code Here

TOP

Related Classes of org.rsbot.client.HashTable

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.