public class InterfaceHelper
extends java.lang.Object
| Constructor and Description |
|---|
InterfaceHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
getActions(org.tribot.api2007.types.RSInterface rsInterface) |
static java.util.List<org.tribot.api2007.types.RSInterface> |
getAllInterfaces(int... ids) |
static java.util.List<org.tribot.api2007.types.RSInterface> |
getAllInterfaces(org.tribot.api2007.types.RSInterface parent) |
static boolean |
textContains(org.tribot.api2007.types.RSInterface rsInterface,
java.lang.String match) |
static boolean |
textMatches(org.tribot.api2007.types.RSInterface rsInterface,
java.lang.String match) |
public static java.util.List<org.tribot.api2007.types.RSInterface> getAllInterfaces(int... ids)
ids - public static java.util.List<org.tribot.api2007.types.RSInterface> getAllInterfaces(org.tribot.api2007.types.RSInterface parent)
public static boolean textContains(org.tribot.api2007.types.RSInterface rsInterface,
java.lang.String match)
public static boolean textMatches(org.tribot.api2007.types.RSInterface rsInterface,
java.lang.String match)
public static java.util.List<java.lang.String> getActions(org.tribot.api2007.types.RSInterface rsInterface)