package org.rsbot.client; public interface MenuItemNode extends NodeSub { String getAction(); String getOption(); int getType(); }