Uses of Class
org.rspeer.game.coord.CoordFine
Packages that use CoordFine
Package
Description
-
Uses of CoordFine in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return CoordFineModifier and TypeMethodDescriptionEffectObject.getCoordFine()HintArrow.getCoordFine()PathingEntity.getCoordFine()Pickable.getCoordFine()Projectile.getCoordFine()SceneObject.getCoordFine()WorldEntity.getCoordFine()WorldEntity.getCorners() -
Uses of CoordFine in org.rspeer.game.adapter.type
Methods in org.rspeer.game.adapter.type that return CoordFine -
Uses of CoordFine in org.rspeer.game.coord
Fields in org.rspeer.game.coord declared as CoordFineMethods in org.rspeer.game.coord that return CoordFineModifier and TypeMethodDescriptionCoordFine.dx(int x, int granularity) Translates this fine coordinate horizontally (along the X axis) by a fractional tile amount determined by the given granularity.CoordFine.dy(int y, int granularity) Translates this fine coordinate vertically (along the Y axis) by a fractional tile amount determined by the given granularity.static CoordFineCoordFine.from(int matrixId, int x, int y) Constructs a new fine coordinate on floor level0, using the given matrix ID as the scene origin.static CoordFineCoordFine.from(int matrixId, int x, int y, int floorLevel) Constructs a new fine coordinate at the given matrix-relative fine X/Y values.static CoordFineConverts a world tile coordinate into a fine coordinate *relative to a specificRSWorldMatrix*, using the given sub-tile offsets.static CoordFineConverts a world tile coordinate into a fine coordinate *relative to the matrix associated with the givenCoord*, using the specified sub-tile offsets.static CoordFineCoordFine.fromCoordCenter(jag.oldscape.RSWorldMatrix matrix, Coord coord) Creates a fine coordinate at the center of a world tile, relative to the givenRSWorldMatrix.static CoordFineCoordFine.fromCoordCenter(Coord coord) Creates a fine coordinate at the center of a world tile, relative to the matrix associated with the given coord.static CoordFineCoordFine.fromCoordOrigin(jag.oldscape.RSWorldMatrix matrix, Coord coord) Creates a fine coordinate at the exact origin (bottom-left corner) of a world tile, relative to the givenRSWorldMatrix.static CoordFineCoordFine.fromCoordOrigin(Coord coord) Creates a fine coordinate at the exact origin (bottom-left corner) of a world tile, relative to the matrix associated with the given coord.Coord.getCoordFine()static CoordFineCoordFine.toRootMatrix(jag.oldscape.RSWorldMatrix matrix, CoordFine fine) CoordFine.translate(int x, int y) CoordFine.translate(int x, int y, int granularity) Translates this fine coordinate by a movement expressed in tile units, scaled by a specified granularity.Translates this fine coordinate in the direction specified byDirection, scaled by the given granularity.CoordFine.translateHalfCoord()Methods in org.rspeer.game.coord with parameters of type CoordFineModifier and TypeMethodDescriptionstatic int[]CoordView.batchPolygons(CoordFine[] fines, int granularity) static intCoordView.batchPolygons(CoordFine[] fines, int granularity, CoordView.BatchProjectionBuffers buffers) static long[]CoordView.batchToScreen(CoordFine[] fines) static intCoordView.batchToScreen(CoordFine[] fines, CoordView.BatchProjectionBuffers buffers) static Coordstatic CoordConverts aCoordFineinto a worldCoord, resolving the associatedRSWorldMatrixviaGame.getMatrix(int).static CoordGridConverts aCoordFine(sub-tile precision) into a tile-levelCoordGrid, discarding sub-tile offset.intSceneContext.getCollisionFlag(CoordFine fine) Retrieves the collision flag for the tile referenced by the givenCoordFine.intSceneContext.getFloorHeight(CoordFine fine) Samples the floor height at the given fine coordinate within this scene, performing bilinear interpolation between the four surrounding height samples.jag.oldscape.RSMapSquareSceneContext.getMapSquare(CoordFine fine) booleanChecks whether the tile referenced by the givenCoordFineis currently within the loaded scene bounds for this matrix.static CoordFineCoordFine.toRootMatrix(jag.oldscape.RSWorldMatrix matrix, CoordFine fine) -
Uses of CoordFine in org.rspeer.game.position
Methods in org.rspeer.game.position that return CoordFine