Could you guys help me at another task. I'm trying to read chatbox when bird nest spawns to me
@Override
public void onMessage(Message message) throws java.lang.InterruptedException {
String txt = message.getMessage().toLowerCase();
if (txt.contains("nest")) {
nest++
}
}
but when i try to implement the method
onMessage();
i dont understand the (Message message) parameter.
Typeid ?, My osrs username?, the message like "nest"?