Package net.runelite.api.gameval
Class DBTableID.ToggleListInterface
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.ToggleListInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.ToggleListInterface.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_DISABLE_ON_LEAGUES
booleanstatic int
COL_INFO
(string, obj)static int
COL_TITLE
stringstatic int
ID
-
Constructor Summary
Constructors Constructor Description ToggleListInterface()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_TITLE
public static final int COL_TITLE
string- See Also:
- Constant Field Values
-
COL_INFO
public static final int COL_INFO
(string, obj)- See Also:
- Constant Field Values
-
COL_DISABLE_ON_LEAGUES
public static final int COL_DISABLE_ON_LEAGUES
boolean- See Also:
- Constant Field Values
-
-