package org.rsbot.client; public interface StatusNode { StatusNode getNext(); StatusNode getPrevious(); }