package org.rsbot.client; public interface HashTable { Node[] getBuckets(); }