John Wick Posted October 3, 2017 Posted October 3, 2017 Hi, have any way to call a public void in onLoop, and this void import other java class ? ex: public int onLoop() throws InterruptedException { if (ThisArea.contains(myPlayer()) && inventory.isEmpty()) { Start(); } {...} public void Start() throws InterruptedException { }
John Wick Posted October 4, 2017 Author Posted October 4, 2017 Nah, already got how to do.. can close it