Package net.runelite.api.gameval
Class InterfaceID.Makeover
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Makeover
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Makeover extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BORDER
static int
BURGER_BTN_MENU
static int
BURGER_MENU_FRAME
static int
BURGER_MENU_OVERLAY
static int
COLOURS
static int
COLOURS_RECT0
static int
CONTENT
static int
EXPANDABLE_CONTENT
static int
INFINITY
static int
ITEM_AREA
static int
ITEM_AREA_MODEL5
static int
ITEM_AREA_RECT0
static int
ITEM_AREA_RECT1
static int
ITEM_AREA_RECT2
static int
ITEM_AREA_RECT3
static int
ITEM_AREA_RECT4
static int
ITEM_AREA_TEXT6
static int
MODEL_VIEW
static int
PAUSE_ICON
static int
PAUSE_ICON_RECT0
static int
PAUSE_ICON_RECT1
static int
PAUSE_ICON_RECT2
static int
PAUSE_ICON_RECT3
static int
PLAYER_MODEL
static int
PLAYER_MODEL_MASK
static int
PLAYER_MODEL_MASK_GRAPHIC0
static int
SCROLL_BAR
static int
SELECT
static int
SELECT_AND_CLOSE
static int
SELECT_CONTAINER
static int
THINBOX
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Makeover()
-
-
-
Field Detail
-
INFINITY
public static final int INFINITY
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
BORDER
public static final int BORDER
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
EXPANDABLE_CONTENT
public static final int EXPANDABLE_CONTENT
- See Also:
- Constant Field Values
-
SCROLL_BAR
public static final int SCROLL_BAR
- See Also:
- Constant Field Values
-
THINBOX
public static final int THINBOX
- See Also:
- Constant Field Values
-
ITEM_AREA
public static final int ITEM_AREA
- See Also:
- Constant Field Values
-
ITEM_AREA_RECT0
public static final int ITEM_AREA_RECT0
- See Also:
- Constant Field Values
-
ITEM_AREA_RECT1
public static final int ITEM_AREA_RECT1
- See Also:
- Constant Field Values
-
ITEM_AREA_RECT2
public static final int ITEM_AREA_RECT2
- See Also:
- Constant Field Values
-
ITEM_AREA_RECT3
public static final int ITEM_AREA_RECT3
- See Also:
- Constant Field Values
-
ITEM_AREA_RECT4
public static final int ITEM_AREA_RECT4
- See Also:
- Constant Field Values
-
ITEM_AREA_MODEL5
public static final int ITEM_AREA_MODEL5
- See Also:
- Constant Field Values
-
ITEM_AREA_TEXT6
public static final int ITEM_AREA_TEXT6
- See Also:
- Constant Field Values
-
MODEL_VIEW
public static final int MODEL_VIEW
- See Also:
- Constant Field Values
-
PAUSE_ICON_RECT0
public static final int PAUSE_ICON_RECT0
- See Also:
- Constant Field Values
-
PAUSE_ICON_RECT1
public static final int PAUSE_ICON_RECT1
- See Also:
- Constant Field Values
-
PAUSE_ICON_RECT2
public static final int PAUSE_ICON_RECT2
- See Also:
- Constant Field Values
-
PAUSE_ICON_RECT3
public static final int PAUSE_ICON_RECT3
- See Also:
- Constant Field Values
-
PLAYER_MODEL_MASK
public static final int PLAYER_MODEL_MASK
- See Also:
- Constant Field Values
-
PLAYER_MODEL_MASK_GRAPHIC0
public static final int PLAYER_MODEL_MASK_GRAPHIC0
- See Also:
- Constant Field Values
-
PLAYER_MODEL
public static final int PLAYER_MODEL
- See Also:
- Constant Field Values
-
PAUSE_ICON
public static final int PAUSE_ICON
- See Also:
- Constant Field Values
-
COLOURS
public static final int COLOURS
- See Also:
- Constant Field Values
-
COLOURS_RECT0
public static final int COLOURS_RECT0
- See Also:
- Constant Field Values
-
SELECT_CONTAINER
public static final int SELECT_CONTAINER
- See Also:
- Constant Field Values
-
SELECT
public static final int SELECT
- See Also:
- Constant Field Values
-
SELECT_AND_CLOSE
public static final int SELECT_AND_CLOSE
- See Also:
- Constant Field Values
-
BURGER_BTN_MENU
public static final int BURGER_BTN_MENU
- See Also:
- Constant Field Values
-
BURGER_MENU_OVERLAY
public static final int BURGER_MENU_OVERLAY
- See Also:
- Constant Field Values
-
BURGER_MENU_FRAME
public static final int BURGER_MENU_FRAME
- See Also:
- Constant Field Values
-
-