Package net.runelite.api.gameval
Class DBTableID.SailingSidepanelWidgetObjbutton
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.SailingSidepanelWidgetObjbutton
-
- Enclosing class:
- DBTableID
public static final class DBTableID.SailingSidepanelWidgetObjbutton extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.SailingSidepanelWidgetObjbutton.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_AMOUNTintegerstatic intCOL_DEFAULT_OPTEXTstringstatic intCOL_OBJECTnamedobjstatic intCOL_OP2(boolean, string)static intCOL_OP3(boolean, string)static intCOL_OP4(boolean, string)static intCOL_TOGGLE_ENABLEDbooleanstatic intCOL_TOGGLE_OPTEXTstringstatic intID
-
Constructor Summary
Constructors Constructor Description SailingSidepanelWidgetObjbutton()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_DEFAULT_OPTEXT
public static final int COL_DEFAULT_OPTEXT
string- See Also:
- Constant Field Values
-
COL_TOGGLE_ENABLED
public static final int COL_TOGGLE_ENABLED
boolean- See Also:
- Constant Field Values
-
COL_TOGGLE_OPTEXT
public static final int COL_TOGGLE_OPTEXT
string- See Also:
- Constant Field Values
-
COL_OBJECT
public static final int COL_OBJECT
namedobj- See Also:
- Constant Field Values
-
COL_AMOUNT
public static final int COL_AMOUNT
integer- See Also:
- Constant Field Values
-
COL_OP2
public static final int COL_OP2
(boolean, string)- See Also:
- Constant Field Values
-
COL_OP3
public static final int COL_OP3
(boolean, string)- See Also:
- Constant Field Values
-
COL_OP4
public static final int COL_OP4
(boolean, string)- See Also:
- Constant Field Values
-
-