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 int
BUTTONBOX
static int
BUTTONBOX_GRAPHIC0
static int
BUTTONS_HASPIN
static int
BUTTONS_NOPIN
static int
BUTTONS_PENDINGPIN
static int
CANCEL
static int
CHANGE
static int
DELAY0
static int
DELAY1
static int
DELAYOUTPUT
static int
DELETE
static int
LOGOUTHANDLER
static int
LOGOUTOUTPUT
static int
MESSAGE
static int
MESSAGEBOX
static int
MESSAGEBOX_RECT0
static int
MESSAGEBOX_TEXT1
static int
SET
static int
SETTINGS
static int
SETTINGS_FRAME
static int
SETTINGS_GRAPHIC1
static int
SETTINGS_TEXT4
static int
STATUSBOX
static int
STATUSBOX_GRAPHIC0
static int
STATUSBOX_TEXT1
static int
STATUSBOX_TEXT3
static int
STATUSBOX_TEXT5
static int
STATUSOUTPUT
static int
WARNING
static int
WARNING_NO
static int
WARNING_NO_CONTAINER
static int
WARNING_NO_CONTAINER_GRAPHIC0
static int
WARNING_RECT0
static int
WARNING_YES
static int
WARNING_YES_CONTAINER
static int
WARNING_YES_CONTAINER_GRAPHIC0
static int
WARNINGQUESTION
-
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
-
-