Package net.runelite.api.gameval
Class InterfaceID.NumberPad
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.NumberPad
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.NumberPad extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUND
static int
BUTTONS
static int
CLOSE_BUTTON
static int
CONFIRM_BUTTON
static int
CONTENTS
static int
FRAME
static int
MAIN
static int
OUTPUT
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description NumberPad()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
MAIN
public static final int MAIN
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
OUTPUT
public static final int OUTPUT
- See Also:
- Constant Field Values
-
BUTTONS
public static final int BUTTONS
- See Also:
- Constant Field Values
-
CONFIRM_BUTTON
public static final int CONFIRM_BUTTON
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
-