banktags, cooking, xpdrop, fishing, friendnotes
This commit is contained in:
@@ -997,7 +997,7 @@ public interface RSClient extends RSGameShell, Client
|
||||
void setSpellSelected(boolean selected);
|
||||
|
||||
@Import("getEnum")
|
||||
RSEnumDefinition getRsEnum(int id);
|
||||
RSEnumComposition getRsEnum(int id);
|
||||
|
||||
@Import("menuX")
|
||||
int getMenuX();
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
package net.runelite.rs.api;
|
||||
|
||||
import net.runelite.api.EnumDefinition;
|
||||
import net.runelite.api.EnumComposition;
|
||||
import net.runelite.mapping.Import;
|
||||
|
||||
public interface RSEnumDefinition extends EnumDefinition, RSDualNode
|
||||
public interface RSEnumComposition extends EnumComposition, RSDualNode
|
||||
{
|
||||
@Import("keys")
|
||||
@Override
|
||||
Reference in New Issue
Block a user