Posted December 18, 201311 yr 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?
December 18, 201311 yr 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.
December 18, 201311 yr Author 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.
December 18, 201311 yr 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.
December 18, 201311 yr Author I see. Seems overwhelming! I guess scouring through packages and classes it is http://minecraftforge.net/forum/Smileys/default/undecided.gif
December 18, 201311 yr ...Javadoc links are right next to the sources. http://files.minecraftforge.net/
December 19, 201311 yr Hi You might find the information on this site interesting. It's more or less a summary of all the stuff I figured out the hard way by looking at the code. Hopefully it might help you get the big picture faster. http://greyminecraftcoder.blogspot.com.au/p/list-of-topics.html -TGG
December 19, 201311 yr Author There is some interesting info there. I will keep it as a reference. Thanks for your help!
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.