Package com.epicbot.api.os.model.game
Class WidgetID.Minimap
- java.lang.Object
-
- com.epicbot.api.os.model.game.WidgetID.Minimap
-
- Enclosing class:
- WidgetID
public static class WidgetID.Minimap extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
HEALTH_ORB_TEXT
static int
MINIMAP_FIXED_INDEX
static int
MINIMAP_RESIZABLE_INDEX
static int
QUICK_PRAYER_ORB
static int
RUN_ORB
static int
RUN_ORB_TEXT
static int
SPEC_ORB_TEXT
static int
WORLDMAP_ORB
static int
XP_ORB
-
Constructor Summary
Constructors Constructor Description Minimap()
-
-
-
Field Detail
-
MINIMAP_FIXED_INDEX
public static int MINIMAP_FIXED_INDEX
-
MINIMAP_RESIZABLE_INDEX
public static int MINIMAP_RESIZABLE_INDEX
-
HEALTH_ORB_TEXT
public static final int HEALTH_ORB_TEXT
- See Also:
- Constant Field Values
-
QUICK_PRAYER_ORB
public static final int QUICK_PRAYER_ORB
- See Also:
- Constant Field Values
-
RUN_ORB
public static final int RUN_ORB
- See Also:
- Constant Field Values
-
RUN_ORB_TEXT
public static final int RUN_ORB_TEXT
- See Also:
- Constant Field Values
-
SPEC_ORB_TEXT
public static final int SPEC_ORB_TEXT
- See Also:
- Constant Field Values
-
WORLDMAP_ORB
public static final int WORLDMAP_ORB
- See Also:
- Constant Field Values
-
XP_ORB
public static final int XP_ORB
- See Also:
- Constant Field Values
-
-