Package net.runelite.api.gameval
Class InterfaceID.DreamMonsterStat
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.DreamMonsterStat
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.DreamMonsterStat extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AGGRESSIVE
static int
AGGRESSIVE_BUTTON
static int
AGGRESSIVE_TAB
static int
BACKGROUND
static int
CONTENT
static int
DEFENSIVE
static int
DEFENSIVE_BUTTON
static int
DEFENSIVE_TAB
static int
MONSTER_AGGRESSIVE
static int
MONSTER_AGGRESSIVE_LAYER
static int
MONSTER_DEFENSIVE
static int
MONSTER_DEFENSIVE_LAYER
static int
MONSTER_NAME
static int
MONSTER_OTHER
static int
MONSTER_OTHER_LAYER
static int
MONSTER_STATS
static int
MONSTER_STATS_LAYER
static int
MOSTER_STAT_CLOSE
static int
OTHER
static int
OTHER_BUTTON
static int
OTHER_TAB
static int
SCROLLBAR
static int
STATS_BUTTON
static int
STATS_ICON
static int
STATS_TAB
static int
TAB_LAYER
static int
UNIVERSE
static int
UNIVERSE_LINE0
-
Constructor Summary
Constructors Constructor Description DreamMonsterStat()
-
-
-
Field Detail
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
UNIVERSE_LINE0
public static final int UNIVERSE_LINE0
- See Also:
- Constant Field Values
-
MONSTER_NAME
public static final int MONSTER_NAME
- See Also:
- Constant Field Values
-
TAB_LAYER
public static final int TAB_LAYER
- See Also:
- Constant Field Values
-
STATS_BUTTON
public static final int STATS_BUTTON
- See Also:
- Constant Field Values
-
STATS_TAB
public static final int STATS_TAB
- See Also:
- Constant Field Values
-
STATS_ICON
public static final int STATS_ICON
- See Also:
- Constant Field Values
-
AGGRESSIVE_BUTTON
public static final int AGGRESSIVE_BUTTON
- See Also:
- Constant Field Values
-
AGGRESSIVE_TAB
public static final int AGGRESSIVE_TAB
- See Also:
- Constant Field Values
-
AGGRESSIVE
public static final int AGGRESSIVE
- See Also:
- Constant Field Values
-
DEFENSIVE_BUTTON
public static final int DEFENSIVE_BUTTON
- See Also:
- Constant Field Values
-
DEFENSIVE_TAB
public static final int DEFENSIVE_TAB
- See Also:
- Constant Field Values
-
DEFENSIVE
public static final int DEFENSIVE
- See Also:
- Constant Field Values
-
OTHER_BUTTON
public static final int OTHER_BUTTON
- See Also:
- Constant Field Values
-
OTHER_TAB
public static final int OTHER_TAB
- See Also:
- Constant Field Values
-
OTHER
public static final int OTHER
- See Also:
- Constant Field Values
-
MOSTER_STAT_CLOSE
public static final int MOSTER_STAT_CLOSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
MONSTER_STATS_LAYER
public static final int MONSTER_STATS_LAYER
- See Also:
- Constant Field Values
-
MONSTER_STATS
public static final int MONSTER_STATS
- See Also:
- Constant Field Values
-
MONSTER_AGGRESSIVE_LAYER
public static final int MONSTER_AGGRESSIVE_LAYER
- See Also:
- Constant Field Values
-
MONSTER_AGGRESSIVE
public static final int MONSTER_AGGRESSIVE
- See Also:
- Constant Field Values
-
MONSTER_DEFENSIVE_LAYER
public static final int MONSTER_DEFENSIVE_LAYER
- See Also:
- Constant Field Values
-
MONSTER_DEFENSIVE
public static final int MONSTER_DEFENSIVE
- See Also:
- Constant Field Values
-
MONSTER_OTHER_LAYER
public static final int MONSTER_OTHER_LAYER
- See Also:
- Constant Field Values
-
MONSTER_OTHER
public static final int MONSTER_OTHER
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
-