Package net.storm.api.rs
Interface IterableNodeDeque
- All Superinterfaces:
Collection<net.runelite.api.Node>,Iterable<net.runelite.api.Node>
public interface IterableNodeDeque
extends Iterable<net.runelite.api.Node>, Collection<net.runelite.api.Node>
-
Method Summary
-
Method Details
-
getCurrent
net.runelite.api.Node getCurrent() -
getLast
net.runelite.api.Node getLast()
-