Package net.runelite.api.gameval
Class InterfaceID.MistmystPiano
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.MistmystPiano
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.MistmystPiano extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BASE
static int
CLOSE_BUTTON
static int
CLOSE_GRAPHIC
static int
KEY_A2
static int
KEY_A3
static int
KEY_B2
static int
KEY_B3
static int
KEY_C1
static int
KEY_C2
static int
KEY_D1
static int
KEY_D2
static int
KEY_E1
static int
KEY_E2
static int
KEY_F1
static int
KEY_F2
static int
KEY_G1
static int
KEY_G2
static int
KEYS
static int
LABEL_A2
static int
LABEL_A3
static int
LABEL_B2
static int
LABEL_B3
static int
LABEL_C1
static int
LABEL_C2
static int
LABEL_D1
static int
LABEL_D2
static int
LABEL_E1
static int
LABEL_E2
static int
LABEL_F1
static int
LABEL_F2
static int
LABEL_G1
static int
LABEL_G2
static int
PIANO
static int
PIANO_BASE
static int
PIANO_KEYS
static int
UNIVERSAL
-
Constructor Summary
Constructors Constructor Description MistmystPiano()
-
-
-
Field Detail
-
UNIVERSAL
public static final int UNIVERSAL
- See Also:
- Constant Field Values
-
PIANO
public static final int PIANO
- See Also:
- Constant Field Values
-
BASE
public static final int BASE
- See Also:
- Constant Field Values
-
PIANO_BASE
public static final int PIANO_BASE
- See Also:
- Constant Field Values
-
PIANO_KEYS
public static final int PIANO_KEYS
- See Also:
- Constant Field Values
-
KEYS
public static final int KEYS
- See Also:
- Constant Field Values
-
KEY_C1
public static final int KEY_C1
- See Also:
- Constant Field Values
-
KEY_D1
public static final int KEY_D1
- See Also:
- Constant Field Values
-
KEY_E1
public static final int KEY_E1
- See Also:
- Constant Field Values
-
KEY_F1
public static final int KEY_F1
- See Also:
- Constant Field Values
-
KEY_G1
public static final int KEY_G1
- See Also:
- Constant Field Values
-
KEY_A2
public static final int KEY_A2
- See Also:
- Constant Field Values
-
KEY_B2
public static final int KEY_B2
- See Also:
- Constant Field Values
-
KEY_C2
public static final int KEY_C2
- See Also:
- Constant Field Values
-
KEY_D2
public static final int KEY_D2
- See Also:
- Constant Field Values
-
KEY_E2
public static final int KEY_E2
- See Also:
- Constant Field Values
-
KEY_F2
public static final int KEY_F2
- See Also:
- Constant Field Values
-
KEY_G2
public static final int KEY_G2
- See Also:
- Constant Field Values
-
KEY_A3
public static final int KEY_A3
- See Also:
- Constant Field Values
-
KEY_B3
public static final int KEY_B3
- See Also:
- Constant Field Values
-
LABEL_C1
public static final int LABEL_C1
- See Also:
- Constant Field Values
-
LABEL_D1
public static final int LABEL_D1
- See Also:
- Constant Field Values
-
LABEL_E1
public static final int LABEL_E1
- See Also:
- Constant Field Values
-
LABEL_F1
public static final int LABEL_F1
- See Also:
- Constant Field Values
-
LABEL_G1
public static final int LABEL_G1
- See Also:
- Constant Field Values
-
LABEL_A2
public static final int LABEL_A2
- See Also:
- Constant Field Values
-
LABEL_B2
public static final int LABEL_B2
- See Also:
- Constant Field Values
-
LABEL_C2
public static final int LABEL_C2
- See Also:
- Constant Field Values
-
LABEL_D2
public static final int LABEL_D2
- See Also:
- Constant Field Values
-
LABEL_E2
public static final int LABEL_E2
- See Also:
- Constant Field Values
-
LABEL_F2
public static final int LABEL_F2
- See Also:
- Constant Field Values
-
LABEL_G2
public static final int LABEL_G2
- See Also:
- Constant Field Values
-
LABEL_A3
public static final int LABEL_A3
- See Also:
- Constant Field Values
-
LABEL_B3
public static final int LABEL_B3
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
CLOSE_GRAPHIC
public static final int CLOSE_GRAPHIC
- See Also:
- Constant Field Values
-
-