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