package org.rsbot.client; public interface NodeSubQueue { NodeSub getCurrent(); NodeSub getTail(); }