Package net.runelite.api
Interface EnumComposition
-
public interface EnumComposition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]
getIntVals()
int
getIntValue(int key)
int[]
getKeys()
String[]
getStringVals()
String
getStringValue(int key)
int
size()
-