Package net.runelite.api.gameval
Class DBTableID.CombinationLockValues
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.CombinationLockValues
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.CombinationLockValues.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_GRAPHIC_VALUE
graphicstatic int
COL_STRING_VALUE
stringstatic int
ID
-
Constructor Summary
Constructors Constructor Description CombinationLockValues()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_STRING_VALUE
public static final int COL_STRING_VALUE
string- See Also:
- Constant Field Values
-
COL_GRAPHIC_VALUE
public static final int COL_GRAPHIC_VALUE
graphic- See Also:
- Constant Field Values
-
-