Uses of Class
org.rspeer.game.position.Position
-
-
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()Constructors in org.rspeer.game.action.tree with parameters of type Position Constructor Description ObjectAction(ActionOpcode opcode, int id, Position position)PickableAction(ActionOpcode opcode, int id, Position position) -
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() -
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()PositionEntity. getModelPosition()PositionPathingEntity. getModelPosition()PositionEffectObject. getPosition()abstract PositionEntity. getPosition()PositionHintArrow. getPosition()PositionPathingEntity. getPosition()PositionPickable. getPosition()PositionProjectile. getPosition()PositionSceneObject. getPosition()PositionPathingEntity. getServerPosition()Deprecated.PositionProjectile. getStartPosition()PositionProjectile. getTargetPosition()Methods in org.rspeer.game.adapter.scene with parameters of type Position Modifier and Type Method Description booleanRegion. contains(Position position)static RegionRegion. fromPosition(Position position)Constructors in org.rspeer.game.adapter.scene with parameters of type Position Constructor Description Pickable(RSPickable provider, Position position) -
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()Methods in org.rspeer.game.adapter.type with parameters of type Position Modifier and Type Method Description QSceneNode.Query. on(Position... positions) -
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() -
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()static PositionWorldMap. getHoveredPosition() -
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()PositionMovementEvent. getPrevious()PositionProjectileMoveEvent. getTargetPosition()Constructors in org.rspeer.game.event with parameters of type Position Constructor Description MovementEvent(PathingEntity source, Position previous, Position next)Constructs a prototypical Event.ProjectileMoveEvent(Projectile source, Position position, int height, int cycle)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)static PositionCollisions. getInteractablePosition(Position p)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)static List<Position>Pathing. calculatePath(Position start, Position end, int maxScore)static List<Position>Pathing. calculatePath(Position start, Position end, int maxScore, BiPredicate<Position,Position> override)static List<Position>Pathing. calculatePath(Position start, Position end, BiPredicate<Position,Position> override)List<Position>LocalPathfinder. get()static Set<Position>Collisions. getReachablePositions()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)static List<Position>Pathing. calculatePath(Position start, Position end, int maxScore)static List<Position>Pathing. calculatePath(Position start, Position end, int maxScore, BiPredicate<Position,Position> override)static List<Position>Pathing. calculatePath(Position start, Position end, BiPredicate<Position,Position> override)static intPathing. getDistance(Position from, Position to)static PositionCollisions. getInteractablePosition(Position p)static booleanCollisions. isInteractable(Position node)static booleanCollisions. isReachable(Position position)static booleanPathing. isValid(Direction dir, Position from, Position to, boolean ignoreStartBlocked)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)static List<Position>Pathing. calculatePath(Position start, Position end, int maxScore, BiPredicate<Position,Position> override)static List<Position>Pathing. calculatePath(Position start, Position end, BiPredicate<Position,Position> override)static List<Position>Pathing. calculatePath(Position start, Position end, BiPredicate<Position,Position> override)Constructors in org.rspeer.game.movement.pathfinding with parameters of type Position Constructor Description LocalPathfinder(Position start, Position destination)LocalPathfinder(Position start, Position destination, CollisionFlagOverride override) -
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)static booleanCollisionFlags. isBlocked(Position flag) -
Uses of Position in org.rspeer.game.position
Subclasses of Position in org.rspeer.game.position Modifier and Type Class Description classAbsolutePositionRepresents a precisePositionrelative to the game sceneclassRelativePositionRepresents aPositionrelative to the game sceneFields in org.rspeer.game.position declared as Position Modifier and Type Field Description static PositionPosition. NILMethods in org.rspeer.game.position that return Position Modifier and Type Method Description static PositionPosition. from(int x, int y)static PositionPosition. from(int x, int y, int level)static PositionPosition. fromAbsolute(int x, int y, int level)PositionPosition. fromInstance()static PositionPosition. fromRelative(int x, int y, int level)static PositionPosition. fromScript(int regionX, int regionY, int insetX, int insetY, int level)Constructs a Position using jagex's inhouse position system.PositionChunk. getBasePosition()PositionChunk. getInstanceBase()PositionChunk. getInstancePosition(Position trans)PositionPosition. getPosition()PositionPosition. rotate(int rotation)static PositionPosition. rotate(int x, int y, int level, int rotation)PositionAbsolutePosition. toPrecise()PositionPosition. toPrecise()PositionRelativePosition. toPrecise()PositionAbsolutePosition. toScene()PositionPosition. toScene()PositionRelativePosition. toScene()PositionAbsolutePosition. toWorld()PositionPosition. toWorld()PositionRelativePosition. toWorld()PositionRelativePosition. toWorld(int regionId)PositionAbsolutePosition. translate(int x, int y)PositionPosition. translate(int x, int y)PositionPosition. translate(Direction d)PositionRelativePosition. translate(int x, int y)static PositionPosition. unpack(int packed)Methods in org.rspeer.game.position that return types with arguments of type Position Modifier and Type Method Description List<Position>Position. getInstancePositions()List<Position>Chunk. getPositions()Methods in org.rspeer.game.position with parameters of type Position Modifier and Type Method Description booleanChunk. contains(Position position)PositionChunk. getInstancePosition(Position trans) -
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()PositionRectangularArea. getBottomLeft()PositionDiscreetRectangularArea. getBottomRight()PositionRectangularArea. getBottomRight()default PositionArea. getCenter()PositionSingularArea. getCenter()default PositionArea. getRandomTile()PositionDiscreetRectangularArea. getTopLeft()PositionRectangularArea. getTopLeft()PositionDiscreetRectangularArea. getTopRight()PositionRectangularArea. getTopRight()Methods in org.rspeer.game.position.area with parameters of type Position Modifier and Type Method Description static AreaArea. discreet(Position a, Position b)Factory method to create a discreet rectangular Areastatic AreaArea. polygonal(Position... edges)Factory method to create a polygonal areastatic AreaArea. rectangular(Position a, Position b)Factory method to create a rectangular Areastatic AreaArea. singular(Position p)Factory method to create a singular Areastatic AreaArea. surrounding(Position origin, int distance)Constructors in org.rspeer.game.position.area with parameters of type Position Constructor Description DiscreetRectangularArea(int floorLevel, Position a, Position b)PolygonalArea(Position... edges)RectangularArea(int floorLevel, Position a, Position b)SingularArea(int floorLevel, Position a) -
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()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(Position position)static intScene. getCollisionFlag(CollisionFlagOverride override, Position tile)static intScene. getCollisionFlag(Position tile)static PolygonProjection. getPositionPolygon(Projection.Canvas canvas, Position position)static intScene. getTileHeight(Position position)static PointProjection. toScreen(Projection.Canvas canvas, Position position)static PointProjection. toScreen(Projection.Canvas canvas, Position position, EnumSet<Projection.Setting> settings)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)
-