Package net.runelite.api.gameval
Class InterfaceID.TargetStreaks
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TargetStreaks
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TargetStreaks extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENTS
static int
CONTENTS_GRAPHIC0
static int
CONTENTS_TEXT1
static int
CONTENTS_TEXT2
static int
CONTENTS_TEXT3
static int
FRAME
static int
HUNTER
static int
ROGUE
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description TargetStreaks()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
CONTENTS_GRAPHIC0
public static final int CONTENTS_GRAPHIC0
- See Also:
- Constant Field Values
-
CONTENTS_TEXT1
public static final int CONTENTS_TEXT1
- See Also:
- Constant Field Values
-
CONTENTS_TEXT2
public static final int CONTENTS_TEXT2
- See Also:
- Constant Field Values
-
CONTENTS_TEXT3
public static final int CONTENTS_TEXT3
- See Also:
- Constant Field Values
-
HUNTER
public static final int HUNTER
- See Also:
- Constant Field Values
-
ROGUE
public static final int ROGUE
- See Also:
- Constant Field Values
-
-