Search:

Type: Posts; User: DayzZombie

Search: Search took 0.07 seconds.

  1. Replies
    12
    Views
    1,002

    Re: Tell a java method to wait

    But the method is in an Event and you can't put an Event in an Event...
    Nvm I'm not explaining this correctly.
  2. Replies
    12
    Views
    1,002

    Re: Tell a java method to wait

    I don't want the whole game to wait I just want a method to be delayed for one second, so the object can drop and then get it's location.
  3. Replies
    12
    Views
    1,002

    Re: Tell a java method to wait

    Correction: I don't wan't the method to wait, I the method to be delayed. Sorry about that :/
  4. Replies
    12
    Views
    1,002

    Re: Tell a java method to wait

    It's actually a mod for Minecraft.
  5. Replies
    12
    Views
    1,002

    Re: Tell a java method to wait

    I want to to wait for an object to "drop". It takes about half a second for an Object to "Drop".
  6. Replies
    12
    Views
    1,002

    Tell a java method to wait

    I want to tell my java method to wait one second while something else is happening. Why not use Thread.sleep(x)? For me it stops the whole program and does not let that some else happen. Why not use...
Results 1 to 6 of 6