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 intBASEstatic intCLOSE_BUTTONstatic intCLOSE_GRAPHICstatic intKEY_A2static intKEY_A3static intKEY_B2static intKEY_B3static intKEY_C1static intKEY_C2static intKEY_D1static intKEY_D2static intKEY_E1static intKEY_E2static intKEY_F1static intKEY_F2static intKEY_G1static intKEY_G2static intKEYSstatic intLABEL_A2static intLABEL_A3static intLABEL_B2static intLABEL_B3static intLABEL_C1static intLABEL_C2static intLABEL_D1static intLABEL_D2static intLABEL_E1static intLABEL_E2static intLABEL_F1static intLABEL_F2static intLABEL_G1static intLABEL_G2static intPIANOstatic intPIANO_BASEstatic intPIANO_KEYSstatic intUNIVERSAL
-
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
-
-