Class Menu
- java.lang.Object
-
- com.osrsbots.orb.api.interactables.widgets.Menu
-
public class Menu extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intMENU_OPTION_HEIGHTstatic intMENU_TITLE_HEIGHT
-
Constructor Summary
Constructors Constructor Description Menu()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanclose(com.osrsbots.orb.ORB orb)static @Nullable java.awt.RectanglegetBounds()static @Nullable java.awt.RectanglegetBounds(net.runelite.api.MenuEntry entry)static @Nullable net.runelite.api.MenuEntrygetHoveredEntry()
-
-
-
Field Detail
-
MENU_TITLE_HEIGHT
public static final int MENU_TITLE_HEIGHT
- See Also:
- Constant Field Values
-
MENU_OPTION_HEIGHT
public static final int MENU_OPTION_HEIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHoveredEntry
@Nullable public static @Nullable net.runelite.api.MenuEntry getHoveredEntry()
-
getBounds
@Nullable public static @Nullable java.awt.Rectangle getBounds(net.runelite.api.MenuEntry entry)
-
getBounds
@Nullable public static @Nullable java.awt.Rectangle getBounds()
-
close
public static boolean close(com.osrsbots.orb.ORB orb)
-
-