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 Cell
BareScreen. getCell(int offset)
Returns theCell
at a location of the screen.Cell
BareScreen. getCell(int x, int y)
Returns theCell
at a location of the screen.Cell
BareScreen. getCell(com.seagullsw.common.toolbox.geometry.Point at)
Returns theCell
at 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 ofCell
s.List<Cell>
BareScreen. getCellList(int x, int y, int length)
Returns a collection ofCell
s.List<Cell>
BareScreen. getCellList(com.seagullsw.common.toolbox.geometry.Point at, int length)
Returns a collection ofCell
s.List<Cell>
BareScreen. getCellList(com.seagullsw.common.toolbox.geometry.Rectangle r)
Returns a collection ofCell
s of a rectangular portion of the screen.
-