January 19, 201610 yr Does anyone know where they are? Eclipse suggests they would be in org.osbot.rs07.utility which is not in the docs at all...
January 19, 201610 yr It is a bit worrying tho, since as Alek has previously implied; if it's not in the API docs, it may be removed without notice at any time.
January 22, 201610 yr private void conditionalSleep(int amount, boolean condition) { new ConditionalSleep(amount) { @Override public boolean condition() throws InterruptedException { return condition; } }.sleep(); } Does anyone know where they are? Eclipse suggests they would be in org.osbot.rs07.utility which is not in the docs at all... you wont find the doc in the api but the class and interface are there. I use them in my script
Create an account or sign in to comment