package org.rsbot.client; public interface NodeSub extends Node { NodeSub getNextSub(); NodeSub getPrevSub(); }