Uses of Class
rs.kreme.ksbot.api.hooks.WorldArea
-
Packages that use WorldArea Package Description rs.kreme.ksbot.api.game rs.kreme.ksbot.api.hooks rs.kreme.ksbot.api.queries -
-
Uses of WorldArea in rs.kreme.ksbot.api.game
Methods in rs.kreme.ksbot.api.game that return WorldArea Modifier and Type Method Description WorldAreaPathing. derive(WorldArea toOffset, int offset)Expands a WorldArea by a specified offset in all directionsMethods in rs.kreme.ksbot.api.game with parameters of type WorldArea Modifier and Type Method Description WorldAreaPathing. derive(WorldArea toOffset, int offset)Expands a WorldArea by a specified offset in all directionsbooleanPathing. inArea(WorldArea area)Checks if the player is within a specified areavoidPaint. renderArea(java.awt.Graphics2D graphics, WorldArea area, java.awt.Color color, java.awt.Color fillColor)int[]Pathing. toCompressedPoints(WorldArea... area)compresses all the points in the given WorldAreas into a single array of compressed points -
Uses of WorldArea in rs.kreme.ksbot.api.hooks
Methods in rs.kreme.ksbot.api.hooks with parameters of type WorldArea Modifier and Type Method Description booleanWorldArea. contains(WorldArea other)booleanWorldArea. overlaps(WorldArea other) -
Uses of WorldArea in rs.kreme.ksbot.api.queries
Methods in rs.kreme.ksbot.api.queries with parameters of type WorldArea Modifier and Type Method Description TileItemQueryTileItemQuery. inLocation(WorldArea area)Filters ground items located within a specific area.TileItemQueryTileItemQuery. notInLocation(WorldArea area)Filters ground items located outside a specific area.
-