Package net.runelite.api.gameval
Class InterfaceID.BankpinSettings
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BankpinSettings
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BankpinSettings extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBUTTONBOXstatic intBUTTONBOX_GRAPHIC0static intBUTTONS_HASPINstatic intBUTTONS_NOPINstatic intBUTTONS_PENDINGPINstatic intCANCELstatic intCHANGEstatic intDELAY0static intDELAY1static intDELAYOUTPUTstatic intDELETEstatic intLOGOUTHANDLERstatic intLOGOUTOUTPUTstatic intMESSAGEstatic intMESSAGEBOXstatic intMESSAGEBOX_RECT0static intMESSAGEBOX_TEXT1static intSETstatic intSETTINGSstatic intSETTINGS_FRAMEstatic intSETTINGS_GRAPHIC1static intSETTINGS_TEXT4static intSTATUSBOXstatic intSTATUSBOX_GRAPHIC0static intSTATUSBOX_TEXT1static intSTATUSBOX_TEXT3static intSTATUSBOX_TEXT5static intSTATUSOUTPUTstatic intWARNINGstatic intWARNING_NOstatic intWARNING_NO_CONTAINERstatic intWARNING_NO_CONTAINER_GRAPHIC0static intWARNING_RECT0static intWARNING_YESstatic intWARNING_YES_CONTAINERstatic intWARNING_YES_CONTAINER_GRAPHIC0static intWARNINGQUESTION
-
Constructor Summary
Constructors Constructor Description BankpinSettings()
-
-
-
Field Detail
-
SETTINGS
public static final int SETTINGS
- See Also:
- Constant Field Values
-
SETTINGS_FRAME
public static final int SETTINGS_FRAME
- See Also:
- Constant Field Values
-
SETTINGS_GRAPHIC1
public static final int SETTINGS_GRAPHIC1
- See Also:
- Constant Field Values
-
STATUSBOX
public static final int STATUSBOX
- See Also:
- Constant Field Values
-
STATUSBOX_GRAPHIC0
public static final int STATUSBOX_GRAPHIC0
- See Also:
- Constant Field Values
-
STATUSBOX_TEXT1
public static final int STATUSBOX_TEXT1
- See Also:
- Constant Field Values
-
STATUSOUTPUT
public static final int STATUSOUTPUT
- See Also:
- Constant Field Values
-
STATUSBOX_TEXT3
public static final int STATUSBOX_TEXT3
- See Also:
- Constant Field Values
-
DELAYOUTPUT
public static final int DELAYOUTPUT
- See Also:
- Constant Field Values
-
STATUSBOX_TEXT5
public static final int STATUSBOX_TEXT5
- See Also:
- Constant Field Values
-
LOGOUTOUTPUT
public static final int LOGOUTOUTPUT
- See Also:
- Constant Field Values
-
MESSAGEBOX
public static final int MESSAGEBOX
- See Also:
- Constant Field Values
-
MESSAGEBOX_RECT0
public static final int MESSAGEBOX_RECT0
- See Also:
- Constant Field Values
-
MESSAGEBOX_TEXT1
public static final int MESSAGEBOX_TEXT1
- See Also:
- Constant Field Values
-
MESSAGE
public static final int MESSAGE
- See Also:
- Constant Field Values
-
SETTINGS_TEXT4
public static final int SETTINGS_TEXT4
- See Also:
- Constant Field Values
-
BUTTONBOX
public static final int BUTTONBOX
- See Also:
- Constant Field Values
-
BUTTONBOX_GRAPHIC0
public static final int BUTTONBOX_GRAPHIC0
- See Also:
- Constant Field Values
-
BUTTONS_NOPIN
public static final int BUTTONS_NOPIN
- See Also:
- Constant Field Values
-
SET
public static final int SET
- See Also:
- Constant Field Values
-
DELAY0
public static final int DELAY0
- See Also:
- Constant Field Values
-
BUTTONS_HASPIN
public static final int BUTTONS_HASPIN
- See Also:
- Constant Field Values
-
CHANGE
public static final int CHANGE
- See Also:
- Constant Field Values
-
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
-
DELAY1
public static final int DELAY1
- See Also:
- Constant Field Values
-
LOGOUTHANDLER
public static final int LOGOUTHANDLER
- See Also:
- Constant Field Values
-
BUTTONS_PENDINGPIN
public static final int BUTTONS_PENDINGPIN
- See Also:
- Constant Field Values
-
CANCEL
public static final int CANCEL
- See Also:
- Constant Field Values
-
WARNING
public static final int WARNING
- See Also:
- Constant Field Values
-
WARNING_RECT0
public static final int WARNING_RECT0
- See Also:
- Constant Field Values
-
WARNINGQUESTION
public static final int WARNINGQUESTION
- See Also:
- Constant Field Values
-
WARNING_YES_CONTAINER
public static final int WARNING_YES_CONTAINER
- See Also:
- Constant Field Values
-
WARNING_YES_CONTAINER_GRAPHIC0
public static final int WARNING_YES_CONTAINER_GRAPHIC0
- See Also:
- Constant Field Values
-
WARNING_YES
public static final int WARNING_YES
- See Also:
- Constant Field Values
-
WARNING_NO_CONTAINER
public static final int WARNING_NO_CONTAINER
- See Also:
- Constant Field Values
-
WARNING_NO_CONTAINER_GRAPHIC0
public static final int WARNING_NO_CONTAINER_GRAPHIC0
- See Also:
- Constant Field Values
-
WARNING_NO
public static final int WARNING_NO
- See Also:
- Constant Field Values
-
-