can't we just search for interface text? Nevertheless, nice release.
public boolean interfaceHandler()
{
List localList;
if ((localList = interfaces.containingText(new String[] {
"click to continue",
"nobody",
"don't tell them anything and ignore them.",
"talk to any banker in RuneScape.",
"nothing",
"memorable",
"politely tell them no and then use the 'Report Abuse' button.",
"don't tell them anything and inform Jagex through the game website.",
"no, it might steal my password.",
"don't give him my password.",
"to recover my account if i don't remember my password.",
"nowhere",
"no",
"to help me recover my password if I forget it or if it is stolen.",
"recovering your account if you forget your password.",
"game Inbox on the RuneScape website."
})).isEmpty())
return false;
return ((RS2InterfaceChild)localList.get(0)).interact();
}