Uses of Interface
com.rs.seagull.emulator.api.Table
-
Uses of Table in com.rs.seagull.emulator.api
Modifier and TypeMethodDescriptionReturns the user-defined table with the given name.Returns the user-defined table with the given name from the current screen.Modifier and TypeMethodDescriptionstatic Table.StopCondition
StopConditions.defaultStopCondition
(Session session, Table table, int maxPages) Returns a StopCondition that is a composite of FirstPageMatches and TwoPagesMatch.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.operatorError
(Session session, Table table, int maxPages, String resetKey) Returns a StopCondition where the end is reached when an operator error occurs.static Table.StopCondition
StopConditions.twoPagesMatch
(Session session, Table table, int maxPages) Returns a StopCondition where the end is reached when two consecutive pages match.