Package net.runelite.api.gameval
Class DBTableID.PrepotDeviceLoadoutUi
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.PrepotDeviceLoadoutUi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.PrepotDeviceLoadoutUi.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_CONTAINER_COM
componentstatic int
COL_CONTENTS_COM
componentstatic int
COL_LOAD_BTN_COM
componentstatic int
COL_LOADOUT_ID
integerstatic int
COL_SAVE_BTN_COM
componentstatic int
ID
-
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
-
-