Merge pull request #486 from Abextm/fix-ground-items

runescape-api: remove RSCacheableNode::getNext() and getPrevious().
This commit is contained in:
Adam
2018-01-29 08:52:31 -05:00
committed by GitHub

View File

@@ -28,9 +28,4 @@ import net.runelite.mapping.Import;
public interface RSCacheableNode extends RSNode
{
@Import("next")
RSCacheableNode getNext();
@Import("previous")
RSCacheableNode getPrevious();
}