Posted July 28, 20214 yr I want to create a 1000ms delay in my java method without pausing the game. Is this possible? If so an example would be nice Ex: doThing() //1000ms delay doAnotherThing()
July 29, 20214 yr Author 9 hours ago, diesieben07 said: You need to count ticks. 1 tick takes 50ms (20 ticks are 1000ms which is 1 second). So for a 1000ms delay you need to wait 20 ticks. Yep, but can I use tick delays without creating a separate tick counter method?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.