api: Add getKeys() to EnumComposition

This commit is contained in:
Shaun Dreclin
2019-02-27 21:25:15 -05:00
committed by Adam
parent 6dec25aee4
commit 923c3bcd26
2 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ import net.runelite.mapping.Import;
public interface RSEnum extends EnumComposition, RSCacheableNode
{
@Import("keys")
@Override
int[] getKeys();
@Import("intVals")