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 intBUILD_MODE_OFFstatic intBUILD_MODE_ONstatic intCALL_SERVANTstatic intDEFAULT_BUILD_MODE_OFFstatic intDEFAULT_BUILD_MODE_ONstatic intDOORS_CLOSEDstatic intDOORS_NONEstatic intDOORS_OPENstatic intEXPEL_GUESTSstatic intICON_DOORS_CLOSEDstatic intICON_DOORS_NONEstatic intICON_DOORS_OPENstatic intLEAVE_HOUSEstatic intROOMCOUNTstatic intROOT_GRAPHIC24static intROOT_TEXT0static intROOT_TEXT10static intROOT_TEXT13static intROOT_TEXT2static intROOT_TEXT3static intROOT_TEXT4static intROOT_TEXT7static intTELE_OFFstatic intTELE_ONstatic intTOOLTIPstatic intTOOLTIP_BOUNDSstatic intVIEWER
-
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
-
-