Uses of Class
org.rspeer.game.position.Position
-
-
Uses of Position in jag.game.scene.entity
Methods in jag.game.scene.entity that return Position Modifier and Type Method Description default PositionRSWorldEntity. getPosition()Deprecated. -
Uses of Position in org.rspeer.game.action.tree
Methods in org.rspeer.game.action.tree that return Position Modifier and Type Method Description PositionObjectAction. getPosition()Deprecated.Constructors in org.rspeer.game.action.tree with parameters of type Position Constructor Description ObjectAction(ActionOpcode opcode, int id, Position position)ObjectAction(ActionOpcode opcode, int id, Position position, int matrixId)PickableAction(ActionOpcode opcode, int id, Position position, int matrixId) -
Uses of Position in org.rspeer.game.adapter.component.inventory
Methods in org.rspeer.game.adapter.component.inventory that return Position Modifier and Type Method Description PositionBank.Location. getPosition()Deprecated. -
Uses of Position in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return Position Modifier and Type Method Description PositionRegion. getBase()Deprecated.PositionEntity. getModelPosition()Deprecated.PositionPathingEntity. getModelPosition()Deprecated.PositionEffectObject. getPosition()PositionHintArrow. getPosition()PositionPathingEntity. getPosition()PositionPickable. getPosition()PositionProjectile. getPosition()PositionSceneObject. getPosition()PositionWorldEntity. getPosition()PositionPathingEntity. getServerPosition()Deprecated.PositionProjectile. getStartPosition()Deprecated.PositionProjectile. getTargetPosition()Deprecated.Methods in org.rspeer.game.adapter.scene with parameters of type Position Modifier and Type Method Description booleanRegion. contains(Position position)Deprecated.static RegionRegion. fromPosition(Position position)Deprecated. -
Uses of Position in org.rspeer.game.adapter.type
Methods in org.rspeer.game.adapter.type that return Position Modifier and Type Method Description PositionSceneNode. getPosition()Deprecated.Methods in org.rspeer.game.adapter.type with parameters of type Position Modifier and Type Method Description QSceneNode.Query. on(Position... positions)Deprecated. -
Uses of Position in org.rspeer.game.combat
Methods in org.rspeer.game.combat that return Position Modifier and Type Method Description static PositionCannon. getPosition()Deprecated. -
Uses of Position in org.rspeer.game.component
Methods in org.rspeer.game.component that return Position Modifier and Type Method Description static PositionWorldMap. getGravestonePosition()Deprecated.static PositionWorldMap. getHoveredPosition()Deprecated. -
Uses of Position in org.rspeer.game.coord
Methods in org.rspeer.game.coord that return Position Modifier and Type Method Description PositionCoord. getPosition() -
Uses of Position in org.rspeer.game.event
Methods in org.rspeer.game.event that return Position Modifier and Type Method Description PositionMovementEvent. getNext()PositionSceneObjectSpawnEvent. getPosition()Deprecated.PositionMovementEvent. getPrevious()PositionProjectileMoveEvent. getTargetPosition()Deprecated.Constructors in org.rspeer.game.event with parameters of type Position Constructor Description MovementEvent(PathingEntity source, Position previous, Position next, Coord previousCoord, Coord nextCoord)Constructs a prototypical Event.ProjectileMoveEvent(Projectile source, Position position, int height, int cycle)Deprecated.Constructs a prototypical Event.TileHighlightEvent(Position source, boolean marked)Constructs a prototypical Event.WorldMapWalkEvent(Position source)Constructs a prototypical Event. -
Uses of Position in org.rspeer.game.house
Methods in org.rspeer.game.house that return Position Modifier and Type Method Description PositionHouse.Location. getPosition() -
Uses of Position in org.rspeer.game.movement
Methods in org.rspeer.game.movement that return Position Modifier and Type Method Description static PositionMovement. getDestination() -
Uses of Position in org.rspeer.game.movement.pathfinding
Methods in org.rspeer.game.movement.pathfinding that return Position Modifier and Type Method Description static PositionCollisions. getInteractablePosition(SceneNode node)Deprecated.static PositionCollisions. getInteractablePosition(Position p)Deprecated.Methods in org.rspeer.game.movement.pathfinding that return types with arguments of type Position Modifier and Type Method Description static List<Position>Pathing. calculatePath(Position start, Position end)Deprecated.static List<Position>Pathing. calculatePath(Position start, Position end, int maxScore)Deprecated.static List<Position>Pathing. calculatePath(Position start, Position end, int maxScore, BiPredicate<Position,Position> override)Deprecated.static List<Position>Pathing. calculatePath(Position start, Position end, BiPredicate<Position,Position> override)Deprecated.List<Position>LocalPathfinder. get()Deprecated.static Set<Position>Collisions. getReachablePositions()Deprecated.Methods in org.rspeer.game.movement.pathfinding with parameters of type Position Modifier and Type Method Description static List<Position>Pathing. calculatePath(Position start, Position end)Deprecated.static List<Position>Pathing. calculatePath(Position start, Position end, int maxScore)Deprecated.static List<Position>Pathing. calculatePath(Position start, Position end, int maxScore, BiPredicate<Position,Position> override)Deprecated.static List<Position>Pathing. calculatePath(Position start, Position end, BiPredicate<Position,Position> override)Deprecated.static booleanCollisions. canReach(Collisions.Reachability reachability, Position src, SceneNode node)Deprecated.static intPathing. getDistance(Position from, Position to)Deprecated.static PositionCollisions. getInteractablePosition(Position p)Deprecated.static booleanCollisions. isInteractable(Position node)Deprecated.static booleanCollisions. isReachable(Collisions.Reachability reachability, Position src, Position target)Deprecated.static booleanCollisions. isReachable(Position position)Deprecated.static booleanPathing. isValid(Direction dir, Position from, Position to, boolean ignoreStartBlocked)Deprecated.Method parameters in org.rspeer.game.movement.pathfinding with type arguments of type Position Modifier and Type Method Description static List<Position>Pathing. calculatePath(Position start, Position end, int maxScore, BiPredicate<Position,Position> override)Deprecated.static List<Position>Pathing. calculatePath(Position start, Position end, int maxScore, BiPredicate<Position,Position> override)Deprecated.static List<Position>Pathing. calculatePath(Position start, Position end, BiPredicate<Position,Position> override)Deprecated.static List<Position>Pathing. calculatePath(Position start, Position end, BiPredicate<Position,Position> override)Deprecated.Constructors in org.rspeer.game.movement.pathfinding with parameters of type Position Constructor Description LocalPathfinder(Position start, Position destination)Deprecated.LocalPathfinder(Position start, Position destination, CollisionFlagOverride override)Deprecated.Constructor parameters in org.rspeer.game.movement.pathfinding with type arguments of type Position Constructor Description Reachability(Supplier<Position> origin, Supplier<RSWorldMatrix> matrix) -
Uses of Position in org.rspeer.game.movement.pathfinding.util
Methods in org.rspeer.game.movement.pathfinding.util with parameters of type Position Modifier and Type Method Description static booleanCollisionFlags. checkWalkable(Position start, Position end, boolean ignoreStartBlocked)Deprecated.static booleanCollisionFlags. isBlocked(Position flag)Deprecated. -
Uses of Position in org.rspeer.game.position
Subclasses of Position in org.rspeer.game.position Modifier and Type Class Description classAbsolutePositionDeprecated.classRelativePositionDeprecated.Fields in org.rspeer.game.position declared as Position Modifier and Type Field Description static PositionPosition. NILDeprecated.Methods in org.rspeer.game.position that return Position Modifier and Type Method Description static PositionPosition. from(int x, int y)Deprecated.static PositionPosition. from(int x, int y, int level)Deprecated.static PositionPosition. from(Coord coord)Deprecated.static PositionPosition. fromAbsolute(int x, int y, int level)Deprecated.PositionPosition. fromInstance()Deprecated.static PositionPosition. fromMatrix(RSWorldMatrix matrix, Position coordWorld)Deprecated.static PositionPosition. fromRelative(int x, int y, int level)Deprecated.static PositionPosition. fromScript(int regionX, int regionY, int insetX, int insetY, int level)Deprecated.Constructs a Position using jagex's inhouse position system.PositionChunk. getBasePosition()Deprecated.PositionChunk. getInstanceBase()Deprecated.PositionChunk. getInstancePosition(Position trans)Deprecated.PositionPosition. getPosition()Deprecated.PositionPosition. rotate(int rotation)Deprecated.static PositionPosition. rotate(int x, int y, int level, int rotation)Deprecated.PositionPosition. setMatrix(RSWorldMatrix matrix)Deprecated.PositionAbsolutePosition. toPrecise()Deprecated.PositionPosition. toPrecise()Deprecated.PositionRelativePosition. toPrecise()Deprecated.PositionAbsolutePosition. toScene()Deprecated.PositionPosition. toScene()Deprecated.PositionRelativePosition. toScene()Deprecated.PositionAbsolutePosition. toWorld()Deprecated.PositionPosition. toWorld()Deprecated.PositionRelativePosition. toWorld()Deprecated.PositionRelativePosition. toWorld(int regionId)Deprecated.PositionAbsolutePosition. translate(int x, int y)Deprecated.PositionPosition. translate(int x, int y)Deprecated.PositionPosition. translate(Direction d)Deprecated.PositionRelativePosition. translate(int x, int y)Deprecated.static PositionPosition. unpack(int packed)Deprecated.Methods in org.rspeer.game.position that return types with arguments of type Position Modifier and Type Method Description List<Position>Position. getInstancePositions()Deprecated.List<Position>Chunk. getPositions()Deprecated.Methods in org.rspeer.game.position with parameters of type Position Modifier and Type Method Description booleanChunk. contains(Position position)Deprecated.static PositionPosition. fromMatrix(RSWorldMatrix matrix, Position coordWorld)Deprecated.PositionChunk. getInstancePosition(Position trans)Deprecated. -
Uses of Position in org.rspeer.game.position.area
Methods in org.rspeer.game.position.area that return Position Modifier and Type Method Description PositionDiscreetRectangularArea. getBottomLeft()Deprecated.PositionRectangularArea. getBottomLeft()Deprecated.PositionDiscreetRectangularArea. getBottomRight()Deprecated.PositionRectangularArea. getBottomRight()Deprecated.default PositionArea. getCenter()Deprecated.PositionSingularArea. getCenter()Deprecated.default PositionArea. getRandomTile()Deprecated.PositionDiscreetRectangularArea. getTopLeft()Deprecated.PositionRectangularArea. getTopLeft()Deprecated.PositionDiscreetRectangularArea. getTopRight()Deprecated.PositionRectangularArea. getTopRight()Deprecated.Methods in org.rspeer.game.position.area that return types with arguments of type Position Modifier and Type Method Description Set<Position>DiscreetRectangularArea. edges()Deprecated.Set<Position>RectangularArea. edges()Deprecated.default Collection<Position>Area. getBoundaryPositions(boolean outer)Deprecated.Collection<Position>DiscreetRectangularArea. getBoundaryPositions(boolean outer)Deprecated.Collection<Position>PolygonalArea. getBoundaryPositions(boolean outer)Deprecated.Collection<Position>RectangularArea. getBoundaryPositions(boolean outer)Deprecated.Collection<Position>SingularArea. getBoundaryPositions(boolean outer)Deprecated.default Collection<Position>Area. getBoundaryVertices()Deprecated.Collection<Position>DiscreetRectangularArea. getBoundaryVertices()Deprecated.Collection<Position>PolygonalArea. getBoundaryVertices()Deprecated.Collection<Position>RectangularArea. getBoundaryVertices()Deprecated.Collection<Position>SingularArea. getBoundaryVertices()Deprecated.Collection<Position>Area. getTiles()Deprecated.Collection<Position>DiscreetRectangularArea. getTiles()Deprecated.Collection<Position>PolygonalArea. getTiles()Deprecated.Collection<Position>RectangularArea. getTiles()Deprecated.Collection<Position>SingularArea. getTiles()Deprecated.Methods in org.rspeer.game.position.area with parameters of type Position Modifier and Type Method Description static AreaArea. discreet(Position a, Position b)Deprecated.Factory method to create a discreet rectangular Areastatic AreaArea. polygonal(Position... edges)Deprecated.Factory method to create a polygonal areastatic AreaArea. rectangular(Position a, Position b)Deprecated.Factory method to create a rectangular Areastatic AreaArea. singular(Position p)Deprecated.Factory method to create a singular Areastatic AreaArea. surrounding(Position origin, int distance)Deprecated.Constructors in org.rspeer.game.position.area with parameters of type Position Constructor Description DiscreetRectangularArea(int floorLevel, Position a, Position b)Deprecated.PolygonalArea(Position... edges)Deprecated.RectangularArea(int floorLevel, Position a, Position b)Deprecated.SingularArea(int floorLevel, Position a)Deprecated. -
Uses of Position in org.rspeer.game.provider.callback.manager.overlay
Methods in org.rspeer.game.provider.callback.manager.overlay with parameters of type Position Modifier and Type Method Description voidOverlayManager. addLoc(Position position, int id, int type2, int colorType)voidOverlayManager. addTile(Position position, int type2, int colorType)OverlayOverlayManager. getValid(Position position, int id, int index, int entityType)booleanOverlayManager. isTileHighlighted(Position position)booleanOverlayManager. isTileHighlighted(Position position, int type2, int colorType)voidOverlayManager. removeTile(Position position, int type2, int colorType)booleanOverlay. validate(Position pos, int id, int index, int entityType)Constructors in org.rspeer.game.provider.callback.manager.overlay with parameters of type Position Constructor Description Overlay(Overlay.Type type, Position position, int type2, int colorType)Overlay(Overlay.Type type, Position position, int id, int index, int type2, int colorType) -
Uses of Position in org.rspeer.game.query.scene
Methods in org.rspeer.game.query.scene that return types with arguments of type Position Modifier and Type Method Description Supplier<List<Position>>PositionQuery. getDefaultProvider()Methods in org.rspeer.game.query.scene with parameters of type Position Modifier and Type Method Description PickableQueryPickableQuery. on(Position... positions)QSceneNodeQuery. on(Position... positions)SceneObjectQuerySceneObjectQuery. on(Position... positions)Constructor parameters in org.rspeer.game.query.scene with type arguments of type Position Constructor Description PositionQuery(List<Position> provider) -
Uses of Position in org.rspeer.game.scene
Methods in org.rspeer.game.scene that return Position Modifier and Type Method Description static PositionScene. getBase()Deprecated.static PositionScene. getBase(RSWorldMatrix matrix)Deprecated.static PositionOculusOrb. getPosition()Methods in org.rspeer.game.scene with parameters of type Position Modifier and Type Method Description booleanScene.Dynamic. contains(Position position)static SceneNodeQueryResults<Pickable>Pickables. getAt(RSWorldMatrix matrix, Position position)static SceneNodeQueryResults<Pickable>Pickables. getAt(Position position)static intScene. getCollisionFlag(RSWorldMatrix matrix, CollisionFlagOverride override, Position tile)Deprecated.static intScene. getCollisionFlag(RSWorldMatrix matrix, Position tile)Deprecated.static intScene. getCollisionFlag(CollisionFlagOverride override, Position tile)Deprecated.static intScene. getCollisionFlag(Position tile)Deprecated.static PolygonProjection. getPositionPolygon(Projection.Canvas canvas, Position position)Deprecated.static intScene. getTileHeight(RSWorldMatrix matrix, Position position)Deprecated.static intScene. getTileHeight(Position position)Deprecated.static PointProjection. toScreen(Projection.Canvas canvas, Position position)Deprecated.static PointProjection. toScreen(Projection.Canvas canvas, Position position, EnumSet<Projection.Setting> settings)Deprecated.abstract PointProjection.Canvas. translate(Position position, EnumSet<Projection.Setting> settings) -
Uses of Position in org.rspeer.game.script.situation.handler
Methods in org.rspeer.game.script.situation.handler with parameters of type Position Modifier and Type Method Description voidWorldMapWalkSituation. setDestination(Position destination) -
Uses of Position in org.rspeer.game.script.tools
Fields in org.rspeer.game.script.tools declared as Position Modifier and Type Field Description static PositionRestockTask. GRAND_EXCHANGE -
Uses of Position in org.rspeer.game.web
Methods in org.rspeer.game.web that return Position Modifier and Type Method Description static PositionWeb. closestTo(SceneNode target, SceneNode... candidates)Method parameters in org.rspeer.game.web with type arguments of type Position Modifier and Type Method Description static <T> TWeb. closestTo(SceneNode target, Function<T,Position> function, T... candidates) -
Uses of Position in org.rspeer.game.web.net.request
Methods in org.rspeer.game.web.net.request that return Position Modifier and Type Method Description PositionWebPathRequest. getEnd()PositionWebPathRequest. getStart()Constructors in org.rspeer.game.web.net.request with parameters of type Position Constructor Description RandomTilePathRequest(PlayerContext ctx, Position source, Area area)WebDistanceRequest(PlayerContext ctx, Position start, Position end)WebNearestPositionRequest(PlayerContext ctx, Position source, Position... targets)WebObjectPathRequest(PlayerContext ctx, Position start, Position objPos, int objId, int orientation)WebPathRequest(PlayerContext ctx, Position start, Position end) -
Uses of Position in org.rspeer.game.web.net.response
Methods in org.rspeer.game.web.net.response that return Position Modifier and Type Method Description PositionWebPathResponse. getEnd()PositionWebNearestPositionResponse. getNearest()PositionWebPathResponse. getStart() -
Uses of Position in org.rspeer.game.web.path
Methods in org.rspeer.game.web.path that return Position Modifier and Type Method Description PositionEdge. getChild()PositionWebPath. getDestination()PositionWebSegment. getEnd()PositionEdge. getParent()PositionWebSegment. getStart()Methods in org.rspeer.game.web.path that return types with arguments of type Position Modifier and Type Method Description List<Position>WebSegment. getPath()List<Position>WebSegment. getPossibleWalkLocations()Methods in org.rspeer.game.web.path with parameters of type Position Modifier and Type Method Description booleanWebPath. shouldInvalidateForDestination(Position position)Constructors in org.rspeer.game.web.path with parameters of type Position Constructor Description WebPath(PlayerContext ctx, List<WebSegment> segments, Position destination) -
Uses of Position in org.rspeer.game.web.util
Methods in org.rspeer.game.web.util that return Position Modifier and Type Method Description PositionPositionDeserializer. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)
-