Class OSRSRegion


  • public final class OSRSRegion
    extends java.lang.Object
    • Method Detail

      • setStoredBase

        public static void setStoredBase​(Coordinate base)
      • getStoredBase

        public static Coordinate getStoredBase()
      • getBase

        public static Coordinate getBase()
        Retrieves the cached region base if available, otherwise defers to getCurrentBase()
      • getCurrentBase

        public static Coordinate getCurrentBase()
        Retrieves the current region base from the game client, rather than the (potentially) cached base from getBase()
      • getCurrentPlane

        public static int getCurrentPlane()
      • getBase

        public static Coordinate getBase​(int plane)
      • getHoveredEntities

        public static java.util.List<Entity> getHoveredEntities()