Solved Quick question..

Discussion in 'Plugin Development' started by Epicballzy, May 22, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Epicballzy

    Is it possible to get the amount of minecraft days that have passed? Or tell when a day has passed? If not, is there a way to do this?

    Thanks.
     
  2. Offline

    Zettelkasten

    Take a look at Word.getTime(). That will return the number of ticks passed. A Minecraft day is 24 Minecraft hours long, a Minecraft hour 1.000 ticks. With a little bit of math, you should be able to calculate what time it is and which day.
     
  3. Offline

    Epicballzy

    @Zettelkasten Thanks. I was looking at World, but I never seen the getTime() method.
     
Thread Status:
Not open for further replies.

Share This Page