api: add method to remove MessageNodes
Co-authored-by: trimbe <benno.tremback@gmail.com>
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
*/
|
||||
package net.runelite.rs.api;
|
||||
|
||||
import net.runelite.mapping.Import;
|
||||
|
||||
public interface RSCacheableNode extends RSNode
|
||||
{
|
||||
@Import("unlinkDual")
|
||||
void unlinkDual();
|
||||
}
|
||||
|
||||
@@ -39,4 +39,7 @@ public interface RSChatLineBuffer extends ChatLineBuffer
|
||||
@Import("length")
|
||||
@Override
|
||||
int getLength();
|
||||
|
||||
@Import("length")
|
||||
void setLength(int length);
|
||||
}
|
||||
Reference in New Issue
Block a user