Package net.runelite.api.gameval
Class InterfaceID.MacroEvilBob
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.MacroEvilBob
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.MacroEvilBob extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT
static int
CONTENT_GRAPHIC2
static int
CONTENT_RECT0
static int
CONTENT_TEXT1
static int
DODGER
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description MacroEvilBob()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
DODGER
public static final int DODGER
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
CONTENT_RECT0
public static final int CONTENT_RECT0
- See Also:
- Constant Field Values
-
CONTENT_TEXT1
public static final int CONTENT_TEXT1
- See Also:
- Constant Field Values
-
CONTENT_GRAPHIC2
public static final int CONTENT_GRAPHIC2
- See Also:
- Constant Field Values
-
-