Thread: Farming timer.

Results 1 to 5 of 5
  1. #1 Farming timer. 
    Registered Member
    Join Date
    Jul 2013
    Posts
    86
    Thanks given
    3
    Thanks received
    5
    Rep Power
    11
    So, it seems like my farming timer is pretty high, I've found something that looks like it, but i'm unsure on how i should read it.

    Code:
    	public void setTime() {
    		minute = Calendar.getInstance().get(12);
    		hour = Calendar.getInstance().get(11);
    		day = Calendar.getInstance().get(6);
    		year = Calendar.getInstance().get(1);
    	}
    Does this mean 1 year, 6 days, 11 hours and 12 minutes?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2014
    Posts
    813
    Thanks given
    69
    Thanks received
    47
    Rep Power
    9
    Quote Originally Posted by iriisqx View Post
    So, it seems like my farming timer is pretty high, I've found something that looks like it, but i'm unsure on how i should read it.

    Code:
    	public void setTime() {
    		minute = Calendar.getInstance().get(12);
    		hour = Calendar.getInstance().get(11);
    		day = Calendar.getInstance().get(6);
    		year = Calendar.getInstance().get(1);
    	}
    Does this mean 1 year, 6 days, 11 hours and 12 minutes?
    are you talking about the patch or rake?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2013
    Posts
    86
    Thanks given
    3
    Thanks received
    5
    Rep Power
    11
    I'm talking about the time it takes to grow your things.
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Oct 2011
    Age
    27
    Posts
    2,566
    Thanks given
    1,027
    Thanks received
    1,168
    Rep Power
    0
    To add delays and stuff you need to use Executors. This link should help

    Executors (Java Platform SE 7 )
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jul 2013
    Posts
    86
    Thanks given
    3
    Thanks received
    5
    Rep Power
    11
    Thank you
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Farming skill timer? PI source
    By borisbink007 in forum Help
    Replies: 2
    Last Post: 08-28-2013, 02:19 PM
  2. Some sort of timer for farming
    By EpicMeme in forum Requests
    Replies: 5
    Last Post: 12-13-2012, 03:24 AM
  3. [PI] Farming timer.
    By J E S S Y in forum Help
    Replies: 1
    Last Post: 07-02-2011, 05:44 PM
  4. Farming timer! great farming tool made by me :)
    By lattmjolk1 in forum Application Development
    Replies: 8
    Last Post: 01-10-2009, 02:42 AM
  5. My Small Farming
    By Santa Noobie in forum Tutorials
    Replies: 1
    Last Post: 05-05-2007, 03:38 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •