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