Uses of Interface
com.rs.seagull.emulator.api.Table
-
-
Uses of Table in com.rs.seagull.emulator.api
Methods in com.rs.seagull.emulator.api that return Table Modifier and Type Method Description Table
Screen. getTable(String tableName)
Returns the user-defined table with the given name.Table
Session. getTable(String tableName)
Returns the user-defined table with the given name from the current screen.Methods in com.rs.seagull.emulator.api with parameters of type Table Modifier and Type Method Description static Table.StopCondition
StopConditions. firstPageMatches(Session session, Table table, int maxPages)
Returns a StopCondition where the end is reached when the first page appears again.static Table.StopCondition
StopConditions. twoPagesMatch(Session session, Table table, int maxPages)
Returns a StopCondition where the end is reached when two consecutive pages match.
-