Package net.runelite.api.gameval
Class DBTableID.Synth
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.Synth
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.Synth.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_NAME
stringstatic int
COL_PARENT_DIRECTORY
dbrowstatic int
COL_SUB_MENU
dbrowstatic int
COL_SYNTH
(string, synth)static int
ID
-
Constructor Summary
Constructors Constructor Description Synth()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_NAME
public static final int COL_NAME
string- See Also:
- Constant Field Values
-
COL_SUB_MENU
public static final int COL_SUB_MENU
dbrow- See Also:
- Constant Field Values
-
COL_SYNTH
public static final int COL_SYNTH
(string, synth)- See Also:
- Constant Field Values
-
COL_PARENT_DIRECTORY
public static final int COL_PARENT_DIRECTORY
dbrow- See Also:
- Constant Field Values
-
-