Package net.runelite.api.gameval
Class DBTableID.LeagueRelicEffectToggle
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.LeagueRelicEffectToggle
-
- Enclosing class:
- DBTableID
public static final class DBTableID.LeagueRelicEffectToggle extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.LeagueRelicEffectToggle.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_TOGGLE_BITintegerstatic intCOL_TOGGLE_DEBUGNAMEstringstatic intCOL_TOGGLE_DESCstringstatic intCOL_TOGGLE_INVERTbooleanstatic intCOL_TOGGLE_OFF_MESSAGEstringstatic intCOL_TOGGLE_ON_MESSAGEstringstatic intCOL_TOGGLE_RELICstructstatic intID
-
Constructor Summary
Constructors Constructor Description LeagueRelicEffectToggle()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_TOGGLE_DEBUGNAME
public static final int COL_TOGGLE_DEBUGNAME
string- See Also:
- Constant Field Values
-
COL_TOGGLE_RELIC
public static final int COL_TOGGLE_RELIC
struct- See Also:
- Constant Field Values
-
COL_TOGGLE_DESC
public static final int COL_TOGGLE_DESC
string- See Also:
- Constant Field Values
-
COL_TOGGLE_ON_MESSAGE
public static final int COL_TOGGLE_ON_MESSAGE
string- See Also:
- Constant Field Values
-
COL_TOGGLE_OFF_MESSAGE
public static final int COL_TOGGLE_OFF_MESSAGE
string- See Also:
- Constant Field Values
-
COL_TOGGLE_INVERT
public static final int COL_TOGGLE_INVERT
boolean- See Also:
- Constant Field Values
-
COL_TOGGLE_BIT
public static final int COL_TOGGLE_BIT
integer- See Also:
- Constant Field Values
-
-