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 TableModifier and TypeMethodDescriptionReturns the user-defined table with the given name.Returns the user-defined table with the given name from the current screen.Methods in com.rs.seagull.emulator.api with parameters of type TableModifier 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.twoPagesMatch
(Session session, Table table, int maxPages) Returns a StopCondition where the end is reached when two consecutive pages match.