Package net.runelite.api.gameval
Class DBTableID.TaskBoardLayout
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.TaskBoardLayout
-
- Enclosing class:
- DBTableID
public static final class DBTableID.TaskBoardLayout extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.TaskBoardLayout.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_LAYOUT_IDintegerstatic intCOL_STYLE_TASK(integer, integer)static intCOL_TASKS_ON_FIRST_ROWintegerstatic intCOL_TASKS_ON_SUBSEQUENT_ROWSintegerstatic intID
-
Constructor Summary
Constructors Constructor Description TaskBoardLayout()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_LAYOUT_ID
public static final int COL_LAYOUT_ID
integer- See Also:
- Constant Field Values
-
COL_STYLE_TASK
public static final int COL_STYLE_TASK
(integer, integer)- See Also:
- Constant Field Values
-
COL_TASKS_ON_FIRST_ROW
public static final int COL_TASKS_ON_FIRST_ROW
integer- See Also:
- Constant Field Values
-
COL_TASKS_ON_SUBSEQUENT_ROWS
public static final int COL_TASKS_ON_SUBSEQUENT_ROWS
integer- See Also:
- Constant Field Values
-
-