Uses of Class
org.rspeer.game.coord.CoordFine
-
Packages that use CoordFine Package Description jag.game.scene.entity org.rspeer.game.adapter.scene org.rspeer.game.adapter.type org.rspeer.game.coord org.rspeer.game.position -
-
Uses of CoordFine in jag.game.scene.entity
Methods in jag.game.scene.entity that return CoordFine Modifier and Type Method Description default CoordFineRSWorldEntity. getCoordFine()default CoordFine[]RSWorldEntity. getCorners() -
Uses of CoordFine in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return CoordFine Modifier and Type Method Description CoordFineEffectObject. getCoordFine()CoordFineHintArrow. getCoordFine()CoordFinePathingEntity. getCoordFine()CoordFinePickable. getCoordFine()CoordFineProjectile. getCoordFine()CoordFineSceneObject. getCoordFine()CoordFineWorldEntity. getCoordFine() -
Uses of CoordFine in org.rspeer.game.adapter.type
Methods in org.rspeer.game.adapter.type that return CoordFine Modifier and Type Method Description CoordFineSceneNode. getCoordFine() -
Uses of CoordFine in org.rspeer.game.coord
Fields in org.rspeer.game.coord declared as CoordFine Modifier and Type Field Description static CoordFineCoordFine. NILMethods in org.rspeer.game.coord that return CoordFine Modifier and Type Method Description CoordFineCoordFine. dx(int x, int granularity)Translates this fine coordinate horizontally (along the X axis) by a fractional tile amount determined by the given granularity.CoordFineCoordFine. 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 CoordFineCoordFine. fromCoord(RSWorldMatrix matrix, Coord coord, int subX, int subY)Converts a world tile coordinate into a fine coordinate *relative to a specificRSWorldMatrix*, using the given sub-tile offsets.static CoordFineCoordFine. fromCoord(Coord coord, int subX, int subY)Converts 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(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(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.CoordFineCoord. getCoordFine()static CoordFineCoordFine. toRootMatrix(RSWorldMatrix matrix, CoordFine fine)CoordFineCoordFine. translate(int x, int y)CoordFineCoordFine. translate(int x, int y, int granularity)Translates this fine coordinate by a movement expressed in tile units, scaled by a specified granularity.CoordFineCoordFine. translate(Direction direction, int granularity)Translates this fine coordinate in the direction specified byDirection, scaled by the given granularity.CoordFineCoordFine. translateHalfCoord()Methods in org.rspeer.game.coord with parameters of type CoordFine Modifier and Type Method Description static CoordCoord. fromFine(RSWorldMatrix matrix, CoordFine fine)static CoordCoord. fromFine(CoordFine fine)Converts aCoordFineinto a worldCoord, resolving the associatedRSWorldMatrixviaGame.getMatrix(int).static CoordGridCoordGrid. fromFine(CoordFine fine)Converts 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.booleanSceneContext. isLoaded(CoordFine fine)Checks whether the tile referenced by the givenCoordFineis currently within the loaded scene bounds for this matrix.static CoordFineCoordFine. toRootMatrix(RSWorldMatrix matrix, CoordFine fine) -
Uses of CoordFine in org.rspeer.game.position
Methods in org.rspeer.game.position that return CoordFine Modifier and Type Method Description CoordFinePosition. getCoordFine()Deprecated.
-