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