Uses of Interface
com.rs.seagull.emulator.api.Cell
-
-
Uses of Cell in com.rs.seagull.emulator.api
Methods in com.rs.seagull.emulator.api that return Cell Modifier and Type Method Description CellBareScreen. getCell(int offset)Returns theCellat a location of the screen.CellBareScreen. getCell(int x, int y)Returns theCellat a location of the screen.CellBareScreen. getCell(com.seagullsw.common.toolbox.geometry.Point at)Returns theCellat a location of the screen.Methods in com.rs.seagull.emulator.api that return types with arguments of type Cell Modifier and Type Method Description List<Cell>BareScreen. getCellList(int start, int length)Returns a collection ofCells.List<Cell>BareScreen. getCellList(int x, int y, int length)Returns a collection ofCells.List<Cell>BareScreen. getCellList(com.seagullsw.common.toolbox.geometry.Point at, int length)Returns a collection ofCells.List<Cell>BareScreen. getCellList(com.seagullsw.common.toolbox.geometry.Rectangle r)Returns a collection ofCells of a rectangular portion of the screen.
-