Package net.runelite.api.gameval
Class DBTableID.SkillFeatures
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.SkillFeatures
-
- Enclosing class:
- DBTableID
public static final class DBTableID.SkillFeatures extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.SkillFeatures.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_ICONobjstatic intCOL_MEMBERSONLYbooleanstatic intCOL_OTHERDATA_CONSTRUCTIONobjstatic intCOL_OTHERDATA_MAGICobjstatic intCOL_OTHERDATA_SAILINGobjstatic intCOL_OTHERREQstringstatic intCOL_QUESTdbrowstatic intCOL_SKILL(integer, integer, integer)static intCOL_SPRITE(graphic, integer, integer, integer, integer)static intCOL_TEXTstringstatic intID
-
Constructor Summary
Constructors Constructor Description SkillFeatures()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_ICON
public static final int COL_ICON
obj- See Also:
- Constant Field Values
-
COL_SPRITE
public static final int COL_SPRITE
(graphic, integer, integer, integer, integer)- See Also:
- Constant Field Values
-
COL_TEXT
public static final int COL_TEXT
string- See Also:
- Constant Field Values
-
COL_SKILL
public static final int COL_SKILL
(integer, integer, integer)- See Also:
- Constant Field Values
-
COL_QUEST
public static final int COL_QUEST
dbrow- See Also:
- Constant Field Values
-
COL_OTHERREQ
public static final int COL_OTHERREQ
string- See Also:
- Constant Field Values
-
COL_MEMBERSONLY
public static final int COL_MEMBERSONLY
boolean- See Also:
- Constant Field Values
-
COL_OTHERDATA_MAGIC
public static final int COL_OTHERDATA_MAGIC
obj- See Also:
- Constant Field Values
-
COL_OTHERDATA_SAILING
public static final int COL_OTHERDATA_SAILING
obj- See Also:
- Constant Field Values
-
COL_OTHERDATA_CONSTRUCTION
public static final int COL_OTHERDATA_CONSTRUCTION
obj- See Also:
- Constant Field Values
-
-