October 3, 20178 yr 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 { }
Create an account or sign in to comment