Package net.runelite.api.gameval
Class DBTableID.CrModule
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.CrModule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.CrModule.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_CONTENT_CONTAINER
componentstatic int
COL_DISPLAYNAME
stringstatic int
COL_ICON
(graphic, integer, integer)static int
COL_ICON_OFFSET
(integer, integer)static int
ID
-
Constructor Summary
Constructors Constructor Description CrModule()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_DISPLAYNAME
public static final int COL_DISPLAYNAME
string- See Also:
- Constant Field Values
-
COL_ICON
public static final int COL_ICON
(graphic, integer, integer)- See Also:
- Constant Field Values
-
COL_ICON_OFFSET
public static final int COL_ICON_OFFSET
(integer, integer)- See Also:
- Constant Field Values
-
COL_CONTENT_CONTAINER
public static final int COL_CONTENT_CONTAINER
component- See Also:
- Constant Field Values
-
-