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