Package net.runelite.api.gameval
Class DBTableID.TalentTree
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.TalentTree
-
- Enclosing class:
- DBTableID
public static final class DBTableID.TalentTree extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.TalentTree.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_DEBUG_NAMEstringstatic intCOL_DRAW_COORD(integer, integer)static intCOL_EFFECT(integer, integer)static intCOL_LINKED_NODESdbrowstatic intCOL_NAMEstringstatic intCOL_NODE_SIZEintegerstatic intCOL_NODE_SPRITEgraphicstatic intCOL_NODE_TYPEintegerstatic intID
-
Constructor Summary
Constructors Constructor Description TalentTree()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_DRAW_COORD
public static final int COL_DRAW_COORD
(integer, integer)- See Also:
- Constant Field Values
-
COL_LINKED_NODES
public static final int COL_LINKED_NODES
dbrow- See Also:
- Constant Field Values
-
COL_NAME
public static final int COL_NAME
string- See Also:
- Constant Field Values
-
COL_EFFECT
public static final int COL_EFFECT
(integer, integer)- See Also:
- Constant Field Values
-
COL_NODE_TYPE
public static final int COL_NODE_TYPE
integer- See Also:
- Constant Field Values
-
COL_NODE_SIZE
public static final int COL_NODE_SIZE
integer- See Also:
- Constant Field Values
-
COL_NODE_SPRITE
public static final int COL_NODE_SPRITE
graphic- See Also:
- Constant Field Values
-
COL_DEBUG_NAME
public static final int COL_DEBUG_NAME
string- See Also:
- Constant Field Values
-
-