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) {