Package net.runelite.api.gameval
Class InterfaceID.BankSideLocks
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.BankSideLocks
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.BankSideLocks extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLAMP
static int
DONE
static int
EXTRAOPTIONS
static int
FADER
static int
FRAME
static int
FRAME_GRAPHIC0
static int
IGNORELOCKS
static int
LEFT
static int
LEFT_GRAPHIC0
static int
RIGHT
static int
SLOTS
static int
UNIVERSE
static int
WINDOW
-
Constructor Summary
Constructors Constructor Description BankSideLocks()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CLAMP
public static final int CLAMP
- See Also:
- Constant Field Values
-
FADER
public static final int FADER
- See Also:
- Constant Field Values
-
WINDOW
public static final int WINDOW
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
FRAME_GRAPHIC0
public static final int FRAME_GRAPHIC0
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
LEFT_GRAPHIC0
public static final int LEFT_GRAPHIC0
- See Also:
- Constant Field Values
-
SLOTS
public static final int SLOTS
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
IGNORELOCKS
public static final int IGNORELOCKS
- See Also:
- Constant Field Values
-
EXTRAOPTIONS
public static final int EXTRAOPTIONS
- See Also:
- Constant Field Values
-
DONE
public static final int DONE
- See Also:
- Constant Field Values
-
-