Package net.runelite.api.gameval
Class DBTableID.Fairyring
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.Fairyring
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DBTableID.Fairyring.Row
-
Field Summary
Fields Modifier and Type Field Description static int
COL_APPARITION_NPC
npcstatic int
COL_CODE
stringstatic int
COL_DESC
stringstatic int
COL_DEST_COORD
coordgridstatic int
COL_FAVE_ICON_COMPONENT
componentstatic int
COL_ID
integerstatic int
COL_MAPELEMENT
mapelementstatic int
COL_MAPELEMENT_TOOLTIP
stringstatic int
COL_MULTILOC_STATE
integerstatic int
COL_NO_STAFF_RETURN
booleanstatic int
COL_SHOW_APPARITION
booleanstatic int
COL_TEXT_COMPONENT
componentstatic int
ID
-
Constructor Summary
Constructors Constructor Description Fairyring()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_ID
public static final int COL_ID
integer- See Also:
- Constant Field Values
-
COL_MULTILOC_STATE
public static final int COL_MULTILOC_STATE
integer- See Also:
- Constant Field Values
-
COL_DEST_COORD
public static final int COL_DEST_COORD
coordgrid- See Also:
- Constant Field Values
-
COL_CODE
public static final int COL_CODE
string- See Also:
- Constant Field Values
-
COL_TEXT_COMPONENT
public static final int COL_TEXT_COMPONENT
component- See Also:
- Constant Field Values
-
COL_FAVE_ICON_COMPONENT
public static final int COL_FAVE_ICON_COMPONENT
component- See Also:
- Constant Field Values
-
COL_MAPELEMENT
public static final int COL_MAPELEMENT
mapelement- See Also:
- Constant Field Values
-
COL_MAPELEMENT_TOOLTIP
public static final int COL_MAPELEMENT_TOOLTIP
string- See Also:
- Constant Field Values
-
COL_DESC
public static final int COL_DESC
string- See Also:
- Constant Field Values
-
COL_APPARITION_NPC
public static final int COL_APPARITION_NPC
npc- See Also:
- Constant Field Values
-
COL_SHOW_APPARITION
public static final int COL_SHOW_APPARITION
boolean- See Also:
- Constant Field Values
-
COL_NO_STAFF_RETURN
public static final int COL_NO_STAFF_RETURN
boolean- See Also:
- Constant Field Values
-
-