api: Add getKeys() to EnumComposition
This commit is contained in:
@@ -30,6 +30,7 @@ import net.runelite.mapping.Import;
|
||||
public interface RSEnum extends EnumComposition, RSCacheableNode
|
||||
{
|
||||
@Import("keys")
|
||||
@Override
|
||||
int[] getKeys();
|
||||
|
||||
@Import("intVals")
|
||||
|
||||
Reference in New Issue
Block a user