Package net.runelite.api.gameval
Class InterfaceID.Worldmap
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Worldmap
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Worldmap extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOTTOM
static int
BOTTOM_BORDER
static int
BOTTOM_GRAPHIC0
static int
CLOSE
static int
CONTENT
static int
ESCKEY
static int
FRAME
static int
KEY_CONTAINER
static int
KEY_ENTRIES
static int
KEY_HEADER
static int
KEY_HEADER_TEXT0
static int
KEY_SCROLLBAR
static int
KEY_TOGGLE
static int
MAP_CONTAINER
static int
MAP_DISPLAY
static int
MAP_NOCLICK
static int
MAP_OVERLAY
static int
MAPLIST_BOX
static int
MAPLIST_BOX_GRAPHIC0
static int
MAPLIST_CLOSE
static int
MAPLIST_CONTAINER
static int
MAPLIST_DISPLAY
static int
MAPLIST_LIST
static int
MAPLIST_SCROLLBAR
static int
OVERVIEW_CONTAINER
static int
OVERVIEW_CONTAINER_GRAPHIC0
static int
OVERVIEW_DISPLAY
static int
OVERVIEW_OVERLAY
static int
OVERVIEW_TOGGLE
static int
RESIZE_GRAPHIC
static int
RESIZE_INDICATOR
static int
RESIZE_PREVIEW
static int
SAFEZONE
static int
SEARCH
static int
SIDE
static int
SIDE_GRAPHIC0
static int
TOGGLES
static int
TOOLTIP
static int
UNIVERSE
static int
WINDOW
static int
WINDOW_RECT0
static int
ZOOM_IN
static int
ZOOM_OUT
-
Constructor Summary
Constructors Constructor Description Worldmap()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
SAFEZONE
public static final int SAFEZONE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
MAP_NOCLICK
public static final int MAP_NOCLICK
- See Also:
- Constant Field Values
-
ESCKEY
public static final int ESCKEY
- See Also:
- Constant Field Values
-
WINDOW
public static final int WINDOW
- See Also:
- Constant Field Values
-
WINDOW_RECT0
public static final int WINDOW_RECT0
- See Also:
- Constant Field Values
-
MAP_CONTAINER
public static final int MAP_CONTAINER
- See Also:
- Constant Field Values
-
MAP_DISPLAY
public static final int MAP_DISPLAY
- See Also:
- Constant Field Values
-
MAP_OVERLAY
public static final int MAP_OVERLAY
- See Also:
- Constant Field Values
-
OVERVIEW_CONTAINER
public static final int OVERVIEW_CONTAINER
- See Also:
- Constant Field Values
-
OVERVIEW_CONTAINER_GRAPHIC0
public static final int OVERVIEW_CONTAINER_GRAPHIC0
- See Also:
- Constant Field Values
-
OVERVIEW_DISPLAY
public static final int OVERVIEW_DISPLAY
- See Also:
- Constant Field Values
-
OVERVIEW_OVERLAY
public static final int OVERVIEW_OVERLAY
- See Also:
- Constant Field Values
-
SIDE
public static final int SIDE
- See Also:
- Constant Field Values
-
SIDE_GRAPHIC0
public static final int SIDE_GRAPHIC0
- See Also:
- Constant Field Values
-
KEY_CONTAINER
public static final int KEY_CONTAINER
- See Also:
- Constant Field Values
-
KEY_HEADER
public static final int KEY_HEADER
- See Also:
- Constant Field Values
-
KEY_HEADER_TEXT0
public static final int KEY_HEADER_TEXT0
- See Also:
- Constant Field Values
-
KEY_ENTRIES
public static final int KEY_ENTRIES
- See Also:
- Constant Field Values
-
KEY_SCROLLBAR
public static final int KEY_SCROLLBAR
- See Also:
- Constant Field Values
-
TOGGLES
public static final int TOGGLES
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
BOTTOM_GRAPHIC0
public static final int BOTTOM_GRAPHIC0
- See Also:
- Constant Field Values
-
KEY_TOGGLE
public static final int KEY_TOGGLE
- See Also:
- Constant Field Values
-
SEARCH
public static final int SEARCH
- See Also:
- Constant Field Values
-
MAPLIST_DISPLAY
public static final int MAPLIST_DISPLAY
- See Also:
- Constant Field Values
-
ZOOM_OUT
public static final int ZOOM_OUT
- See Also:
- Constant Field Values
-
ZOOM_IN
public static final int ZOOM_IN
- See Also:
- Constant Field Values
-
OVERVIEW_TOGGLE
public static final int OVERVIEW_TOGGLE
- See Also:
- Constant Field Values
-
BOTTOM_BORDER
public static final int BOTTOM_BORDER
- See Also:
- Constant Field Values
-
MAPLIST_CONTAINER
public static final int MAPLIST_CONTAINER
- See Also:
- Constant Field Values
-
MAPLIST_CLOSE
public static final int MAPLIST_CLOSE
- See Also:
- Constant Field Values
-
MAPLIST_BOX
public static final int MAPLIST_BOX
- See Also:
- Constant Field Values
-
MAPLIST_BOX_GRAPHIC0
public static final int MAPLIST_BOX_GRAPHIC0
- See Also:
- Constant Field Values
-
MAPLIST_LIST
public static final int MAPLIST_LIST
- See Also:
- Constant Field Values
-
MAPLIST_SCROLLBAR
public static final int MAPLIST_SCROLLBAR
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
RESIZE_INDICATOR
public static final int RESIZE_INDICATOR
- See Also:
- Constant Field Values
-
RESIZE_GRAPHIC
public static final int RESIZE_GRAPHIC
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
RESIZE_PREVIEW
public static final int RESIZE_PREVIEW
- See Also:
- Constant Field Values
-
-