Class Menu


  • public class Menu
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Menu()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean close​(com.osrsbots.orb.ORB orb)  
      static @Nullable java.awt.Rectangle getBounds()  
      static @Nullable java.awt.Rectangle getBounds​(net.runelite.api.MenuEntry entry)  
      static @Nullable net.runelite.api.MenuEntry getHoveredEntry()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Menu

        public Menu()
    • 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)