Package net.runelite.api.gameval
Class InterfaceID.PohOptions
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PohOptions
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PohOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUILD_MODE_OFF
static int
BUILD_MODE_ON
static int
CALL_SERVANT
static int
DEFAULT_BUILD_MODE_OFF
static int
DEFAULT_BUILD_MODE_ON
static int
DOORS_CLOSED
static int
DOORS_NONE
static int
DOORS_OPEN
static int
EXPEL_GUESTS
static int
ICON_DOORS_CLOSED
static int
ICON_DOORS_NONE
static int
ICON_DOORS_OPEN
static int
LEAVE_HOUSE
static int
ROOMCOUNT
static int
ROOT_GRAPHIC24
static int
ROOT_TEXT0
static int
ROOT_TEXT10
static int
ROOT_TEXT13
static int
ROOT_TEXT2
static int
ROOT_TEXT3
static int
ROOT_TEXT4
static int
ROOT_TEXT7
static int
TELE_OFF
static int
TELE_ON
static int
TOOLTIP
static int
TOOLTIP_BOUNDS
static int
VIEWER
-
Constructor Summary
Constructors Constructor Description PohOptions()
-
-
-
Field Detail
-
ROOT_TEXT0
public static final int ROOT_TEXT0
- See Also:
- Constant Field Values
-
VIEWER
public static final int VIEWER
- See Also:
- Constant Field Values
-
ROOT_TEXT2
public static final int ROOT_TEXT2
- See Also:
- Constant Field Values
-
ROOT_TEXT3
public static final int ROOT_TEXT3
- See Also:
- Constant Field Values
-
ROOT_TEXT4
public static final int ROOT_TEXT4
- See Also:
- Constant Field Values
-
BUILD_MODE_ON
public static final int BUILD_MODE_ON
- See Also:
- Constant Field Values
-
BUILD_MODE_OFF
public static final int BUILD_MODE_OFF
- See Also:
- Constant Field Values
-
ROOT_TEXT7
public static final int ROOT_TEXT7
- See Also:
- Constant Field Values
-
TELE_ON
public static final int TELE_ON
- See Also:
- Constant Field Values
-
TELE_OFF
public static final int TELE_OFF
- See Also:
- Constant Field Values
-
ROOT_TEXT10
public static final int ROOT_TEXT10
- See Also:
- Constant Field Values
-
DEFAULT_BUILD_MODE_ON
public static final int DEFAULT_BUILD_MODE_ON
- See Also:
- Constant Field Values
-
DEFAULT_BUILD_MODE_OFF
public static final int DEFAULT_BUILD_MODE_OFF
- See Also:
- Constant Field Values
-
ROOT_TEXT13
public static final int ROOT_TEXT13
- See Also:
- Constant Field Values
-
DOORS_CLOSED
public static final int DOORS_CLOSED
- See Also:
- Constant Field Values
-
ICON_DOORS_CLOSED
public static final int ICON_DOORS_CLOSED
- See Also:
- Constant Field Values
-
ICON_DOORS_OPEN
public static final int ICON_DOORS_OPEN
- See Also:
- Constant Field Values
-
DOORS_OPEN
public static final int DOORS_OPEN
- See Also:
- Constant Field Values
-
ICON_DOORS_NONE
public static final int ICON_DOORS_NONE
- See Also:
- Constant Field Values
-
DOORS_NONE
public static final int DOORS_NONE
- See Also:
- Constant Field Values
-
EXPEL_GUESTS
public static final int EXPEL_GUESTS
- See Also:
- Constant Field Values
-
LEAVE_HOUSE
public static final int LEAVE_HOUSE
- See Also:
- Constant Field Values
-
CALL_SERVANT
public static final int CALL_SERVANT
- See Also:
- Constant Field Values
-
ROOMCOUNT
public static final int ROOMCOUNT
- See Also:
- Constant Field Values
-
ROOT_GRAPHIC24
public static final int ROOT_GRAPHIC24
- See Also:
- Constant Field Values
-
TOOLTIP_BOUNDS
public static final int TOOLTIP_BOUNDS
- See Also:
- Constant Field Values
-
TOOLTIP
public static final int TOOLTIP
- See Also:
- Constant Field Values
-
-