Package net.runelite.api.gameval
Class InterfaceID.GimSharedBankUnlocks
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.GimSharedBankUnlocks
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.GimSharedBankUnlocks extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLAMP
static int
COMPLETED_TOGGLE
static int
EXIT
static int
FADER
static int
FRAME
static int
INDEX_CONTENTS
static int
LEFT
static int
LIST_BORDERS
static int
LIST_CONTENT
static int
LIST_CONTENTS
static int
LIST_FRAME
static int
LIST_SCROLLBAR
static int
RIGHT
static int
STORAGE_ELIGIBILITY
static int
STORAGE_UNLOCKED
static int
UNIVERSE
static int
WINDOW
-
Constructor Summary
Constructors Constructor Description GimSharedBankUnlocks()
-
-
-
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
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
INDEX_CONTENTS
public static final int INDEX_CONTENTS
- See Also:
- Constant Field Values
-
COMPLETED_TOGGLE
public static final int COMPLETED_TOGGLE
- See Also:
- Constant Field Values
-
EXIT
public static final int EXIT
- See Also:
- Constant Field Values
-
STORAGE_UNLOCKED
public static final int STORAGE_UNLOCKED
- See Also:
- Constant Field Values
-
STORAGE_ELIGIBILITY
public static final int STORAGE_ELIGIBILITY
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
LIST_CONTENTS
public static final int LIST_CONTENTS
- See Also:
- Constant Field Values
-
LIST_FRAME
public static final int LIST_FRAME
- See Also:
- Constant Field Values
-
LIST_SCROLLBAR
public static final int LIST_SCROLLBAR
- See Also:
- Constant Field Values
-
LIST_CONTENT
public static final int LIST_CONTENT
- See Also:
- Constant Field Values
-
LIST_BORDERS
public static final int LIST_BORDERS
- See Also:
- Constant Field Values
-
-