Uses of Interface
com.rs.seagull.emulator.api.Table.Row
-
-
Uses of Table.Row in com.rs.seagull.emulator.api
Methods in com.rs.seagull.emulator.api that return types with arguments of type Table.Row Modifier and Type Method Description List<Table.Row>
Table. getRows(boolean includeBlankRows)
Retrieve all the rows of the table.Methods in com.rs.seagull.emulator.api with parameters of type Table.Row Modifier and Type Method Description boolean
StopConditions.StopConditionAdapter. eachRow(Table.Row row)
boolean
Table.StopCondition. eachRow(Table.Row row)
Called for each row, also gives the StopCondition a chance to skip rows.boolean
Table.RowVisitor. visit(Table.Row row)
Called for each row.
-