Uses of Interface
jag.game.scene.RSWorldMatrix
-
-
Uses of RSWorldMatrix in jag.game
Methods in jag.game that return RSWorldMatrix Modifier and Type Method Description default RSWorldMatrixRSClient. getLocalWorldMatrix()RSWorldMatrixRSClient. getMainWorldMatrix()default RSWorldMatrixRSClient. getRenderedWorldMatrix()default RSWorldMatrixRSClient. getWorldMatrix(int id)Methods in jag.game with parameters of type RSWorldMatrix Modifier and Type Method Description voidRSClient. spawnPickable(RSWorldMatrix world, int floor, int sceneX, int sceneY, int id, int quantity, int opFlag, int ticksUntilReveal, int ticksUntilDespawn, int ownerType, boolean unk) -
Uses of RSWorldMatrix in jag.game.scene
Methods in jag.game.scene that return RSWorldMatrix Modifier and Type Method Description RSWorldMatrixRSWorldMatrixContainer. getTopLevel()Methods in jag.game.scene that return types with arguments of type RSWorldMatrix Modifier and Type Method Description RSIterableNodeTable<RSWorldMatrix>RSWorldMatrixContainer. getWorldMatrixTable() -
Uses of RSWorldMatrix in jag.game.scene.entity
Methods in jag.game.scene.entity that return RSWorldMatrix Modifier and Type Method Description RSWorldMatrixRSEffectObject. getWorldMatrix()RSWorldMatrixRSWorldEntity. getWorldMatrix() -
Uses of RSWorldMatrix in org.rspeer.game
Methods in org.rspeer.game that return RSWorldMatrix Modifier and Type Method Description static RSWorldMatrixGame. getLocalMatrix()static RSWorldMatrixGame. getMatrix(int id)static RSWorldMatrixGame. getMatrixAt(Coord coord)static RSWorldMatrixGame. getRenderedMatrix()static RSWorldMatrixGame. getTopLevelMatrix()Methods in org.rspeer.game that return types with arguments of type RSWorldMatrix Modifier and Type Method Description static List<RSWorldMatrix>Game. getLoadedMatrixes()Methods in org.rspeer.game with parameters of type RSWorldMatrix Modifier and Type Method Description static RSWorldEntityGame. getWorldEntity(RSWorldMatrix matrix) -
Uses of RSWorldMatrix in org.rspeer.game.adapter.scene
Constructors in org.rspeer.game.adapter.scene with parameters of type RSWorldMatrix Constructor Description Npc(RSNpc provider, RSWorldMatrix matrix)Pickable(RSPickable provider, int x, int y, int floorLevel, RSWorldMatrix matrix)Pickable(RSPickable provider, Coord position, RSWorldMatrix matrix)Player(RSPlayer provider, RSWorldMatrix matrix)SceneObject(RSSceneObject provider, RSWorldMatrix matrix) -
Uses of RSWorldMatrix in org.rspeer.game.adapter.type
Methods in org.rspeer.game.adapter.type with parameters of type RSWorldMatrix Modifier and Type Method Description default RSWorldEntitySceneNode. getWorldEntity(RSWorldMatrix container) -
Uses of RSWorldMatrix in org.rspeer.game.coord
Methods in org.rspeer.game.coord with parameters of type RSWorldMatrix Modifier and Type Method Description 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. fromCoordCenter(RSWorldMatrix matrix, Coord coord)Creates a fine coordinate at the center of a world tile, relative to the givenRSWorldMatrix.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 CoordCoord. fromFine(RSWorldMatrix matrix, CoordFine fine)static CoordCoord. fromGrid(RSWorldMatrix matrix, CoordGrid grid)Converts aCoordGrid(matrix-local tile coordinate) into a world-spaceCoordusing the givenRSWorldMatrix.static CoordFineCoordFine. toRootMatrix(RSWorldMatrix matrix, CoordFine fine)Constructors in org.rspeer.game.coord with parameters of type RSWorldMatrix Constructor Description SceneContext(RSWorldMatrix matrix) -
Uses of RSWorldMatrix in org.rspeer.game.position
Methods in org.rspeer.game.position that return RSWorldMatrix Modifier and Type Method Description RSWorldMatrixPosition. getMatrix()Deprecated.Methods in org.rspeer.game.position with parameters of type RSWorldMatrix Modifier and Type Method Description static PositionPosition. fromMatrix(RSWorldMatrix matrix, Position coordWorld)Deprecated.PositionPosition. setMatrix(RSWorldMatrix matrix)Deprecated. -
Uses of RSWorldMatrix in org.rspeer.game.provider.callback
Methods in org.rspeer.game.provider.callback with parameters of type RSWorldMatrix Modifier and Type Method Description voidEventMediator. notifySpawnObjectLater(RSWorldMatrix worldMatrix, int plane, int x, int y, int tag, int id, int transform, int orientation, int hidden, String[] idk, int startCycle, int endCycle)voidEventMediator. notifySpawnPickable(RSWorldMatrix world, int floor, int sceneX, int sceneY, int id, int quantity, int opFlag, int ticksUntilReveal, int ticksUntilDespawn, int ownerType, boolean unk) -
Uses of RSWorldMatrix in org.rspeer.game.query.scene
Constructors in org.rspeer.game.query.scene with parameters of type RSWorldMatrix Constructor Description NpcQuery(RSWorldMatrix matrix, Supplier<List<Npc>> provider)PathingEntityQuery(RSWorldMatrix matrix)PlayerQuery(RSWorldMatrix matrix, Supplier<List<Player>> provider)SceneObjectQuery(RSWorldMatrix matrix, Supplier<List<SceneObject>> provider) -
Uses of RSWorldMatrix in org.rspeer.game.scene
Methods in org.rspeer.game.scene with parameters of type RSWorldMatrix Modifier and Type Method Description static SceneNodeQueryResults<Pickable>Pickables. getAt(RSWorldMatrix matrix, Coord position)static SceneNodeQueryResults<Pickable>Pickables. getAt(RSWorldMatrix matrix, Position position)static PositionScene. getBase(RSWorldMatrix matrix)Deprecated.static intScene. getCollisionFlag(RSWorldMatrix matrix, CollisionFlagOverride override, Position tile)Deprecated.static intScene. getCollisionFlag(RSWorldMatrix matrix, Position tile)Deprecated.static int[][][]Scene. getFloorHeights(RSWorldMatrix matrix)Deprecated.static SceneNodeQueryResults<EffectObject>EffectObjects. getLoaded(RSWorldMatrix matrix)static SceneNodeQueryResults<EffectObject>EffectObjects. getLoaded(RSWorldMatrix matrix, boolean ignoreFinishedCheck)static SceneNodeQueryResults<Npc>Npcs. getLoaded(RSWorldMatrix matrix)static SceneNodeQueryResults<Pickable>Pickables. getLoaded(RSWorldMatrix matrix)static SceneNodeQueryResults<Player>Players. getLoaded(RSWorldMatrix matrix)static SceneNodeQueryResults<SceneObject>SceneObjects. getLoaded(RSWorldMatrix matrix, boolean includeOtherFloors)static byte[][][]Scene. getRenderRules(RSWorldMatrix matrix)Deprecated.static RSTileScene. getTile(RSWorldMatrix matrix, int relativeX, int relativeY, int floorLevel)Deprecated.static intScene. getTileHeight(RSWorldMatrix matrix, Position position)Deprecated.static EffectObjectQueryEffectObjects. query(RSWorldMatrix matrix)static EffectObjectQueryEffectObjects. query(RSWorldMatrix matrix, boolean ignoreFinishedCheck)static NpcQueryNpcs. query(RSWorldMatrix matrix)static PickableQueryPickables. query(RSWorldMatrix matrix)static PlayerQueryPlayers. query(RSWorldMatrix matrix)static SceneObjectQuerySceneObjects. query(RSWorldMatrix matrix)static SceneObjectQuerySceneObjects. query(RSWorldMatrix matrix, boolean includeOtherFloors)
-