Uses of Class
org.rspeer.game.coord.CoordGrid
-
Packages that use CoordGrid Package Description org.rspeer.game.coord -
-
Uses of CoordGrid in org.rspeer.game.coord
Methods in org.rspeer.game.coord that return CoordGrid Modifier and Type Method Description static CoordGridCoordGrid. from(int matrixId, int x, int y, int floorLevel)Creates a newCoordGridfrom raw tile coordinates.static CoordGridCoordGrid. fromCoord(Coord coord)Converts aCoord(tile coordinate with sub tile fraction) into aCoordGrid.static CoordGridCoordGrid. fromFine(CoordFine fine)Converts aCoordFine(sub-tile precision) into a tile-levelCoordGrid, discarding sub-tile offset.Methods in org.rspeer.game.coord with parameters of type CoordGrid Modifier and Type Method Description static CoordCoord. fromGrid(int matrixId, CoordGrid grid)Converts aCoordGridinto a world-spaceCoordby resolving the associatedRSWorldMatrixusing the given matrix ID.static CoordCoord. fromGrid(RSWorldMatrix matrix, CoordGrid grid)Converts aCoordGrid(matrix-local tile coordinate) into a world-spaceCoordusing the givenRSWorldMatrix.static CoordCoord. fromGrid(CoordGrid grid)intSceneContext. getCollisionFlag(CoordGrid grid)booleanSceneContext. isLoaded(CoordGrid grid)
-