api: Add getKeys() to EnumComposition
This commit is contained in:
@@ -26,6 +26,8 @@ package net.runelite.api;
|
||||
|
||||
public interface EnumComposition
|
||||
{
|
||||
int[] getKeys();
|
||||
|
||||
int[] getIntVals();
|
||||
|
||||
String[] getStringVals();
|
||||
|
||||
@@ -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