Package net.runelite.api.gameval
Class InterfaceID.PohBookcase
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.PohBookcase
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.PohBookcase extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOOKS
static int
CONTENTS
static int
CONTENTS_GRAPHIC0
static int
CONTENTS_GRAPHIC3
static int
FRAME
static int
INFINITE
static int
SCROLLBAR
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description PohBookcase()
-
-
-
Field Detail
-
INFINITE
public static final int INFINITE
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
CONTENTS_GRAPHIC0
public static final int CONTENTS_GRAPHIC0
- See Also:
- Constant Field Values
-
BOOKS
public static final int BOOKS
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
CONTENTS_GRAPHIC3
public static final int CONTENTS_GRAPHIC3
- See Also:
- Constant Field Values
-
-