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 TableScreen. getTable(String tableName)Returns the user-defined table with the given name.TableSession. 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.StopConditionStopConditions. firstPageMatches(Session session, Table table, int maxPages)Returns a StopCondition where the end is reached when the first page appears again.static Table.StopConditionStopConditions. twoPagesMatch(Session session, Table table, int maxPages)Returns a StopCondition where the end is reached when two consecutive pages match.
-