api: Add getKeys() to EnumComposition

This commit is contained in:
Shaun Dreclin
2019-03-02 15:44:00 -05:00
committed by Adam
parent 6dec25aee4
commit 923c3bcd26
2 changed files with 3 additions and 0 deletions
@@ -26,6 +26,8 @@ package net.runelite.api;
public interface EnumComposition
{
int[] getKeys();
int[] getIntVals();
String[] getStringVals();