Merge pull request #486 from Abextm/fix-ground-items
runescape-api: remove RSCacheableNode::getNext() and getPrevious().
This commit is contained in:
@@ -28,9 +28,4 @@ import net.runelite.mapping.Import;
|
|||||||
|
|
||||||
public interface RSCacheableNode extends RSNode
|
public interface RSCacheableNode extends RSNode
|
||||||
{
|
{
|
||||||
@Import("next")
|
|
||||||
RSCacheableNode getNext();
|
|
||||||
|
|
||||||
@Import("previous")
|
|
||||||
RSCacheableNode getPrevious();
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user