Package net.runelite.api.gameval
Class DBTableID.PrepotDeviceLoadoutUi
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.PrepotDeviceLoadoutUi
-
- Enclosing class:
- DBTableID
public static final class DBTableID.PrepotDeviceLoadoutUi extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.PrepotDeviceLoadoutUi.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_CONTAINER_COMcomponentstatic intCOL_CONTENTS_COMcomponentstatic intCOL_LOAD_BTN_COMcomponentstatic intCOL_LOADOUT_IDintegerstatic intCOL_SAVE_BTN_COMcomponentstatic intID
-
Constructor Summary
Constructors Constructor Description PrepotDeviceLoadoutUi()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_LOADOUT_ID
public static final int COL_LOADOUT_ID
integer- See Also:
- Constant Field Values
-
COL_CONTAINER_COM
public static final int COL_CONTAINER_COM
component- See Also:
- Constant Field Values
-
COL_CONTENTS_COM
public static final int COL_CONTENTS_COM
component- See Also:
- Constant Field Values
-
COL_LOAD_BTN_COM
public static final int COL_LOAD_BTN_COM
component- See Also:
- Constant Field Values
-
COL_SAVE_BTN_COM
public static final int COL_SAVE_BTN_COM
component- See Also:
- Constant Field Values
-
-