Uses of Interface
com.rs.seagull.emulator.api.Field
-
-
Uses of Field in com.rs.seagull.emulator.api
Methods in com.rs.seagull.emulator.api that return Field Modifier and Type Method Description Field
Screen. getField(String fieldName)
Returns the user-defined field with the given name.Field
Session. getField(String fieldName)
Returns the user-defined field with the given name from the current screen.Methods in com.rs.seagull.emulator.api that return types with arguments of type Field Modifier and Type Method Description Map<String,Field>
Table.Row. getFieldMap()
Returns the contents of the Row as a Map.List<Field>
Screen. getFields()
Returns a list of all the user-defined fields.List<Field>
Session. getFields()
Returns a list of all the user-defined fields on the current screen.List<Field>
Table.Row. getFields()
Returns the contents of the Row.
-