Jump to content

Documentation for modders?


billabrian6

Recommended Posts

I have already checked the read me first post above! The links for javadoc are broken...Can someone point me to a good place to find some documentation? It's very monotonous looking through all these packages trying to find something that I can use!

 

I have java experience already and just started modding yesterday. If there is  any veteran modder that wouldn't mind mentoring me a bit please contact me. I'm tired of programming boring stuff and would like to do something fun http://minecraftforge.net/forum/Smileys/default/angry.gif

 

Also, is there an IRC or something that some of the modders like to hang out and chat?

Link to comment
Share on other sites

There is an IRC.  #minecraftforge on esper.net

 

And what links to Javadoc are you talking about?  Javadoc is in-source-documentation:

 

/**
 * This is a javadoc for a static object
 */

 //this is a comment

 /*This is a
  *multiline comment*/
public static String TRIGGER_HIT = "hitEntity";

 

 

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

I know what Javadoc is. This is the thread I was talking about: http://www.minecraftforge.net/forum/index.php/topic,5793.0.html.

 

It refers to http://jd.minecraftforge.net/ for documentation.

 

I just want to find some documentation. Like what you would find here: http://docs.oracle.com/javase/7/docs/api/. I would also like to be in touch with a veteran modder to get some pointers.

Link to comment
Share on other sites

See, that's why links help.  Then us helpers don't have to ask stupid questions.

 

Me, I never relied on anything posted on the web, mainly because Forge's wiki is slow and most of what I need I can find using Eclipse.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.