Page 1 of 1

Any tips? (I want to learn JAVA)

Posted: Wed Mar 30, 2011 3:37 pm
by Mgalekgolo
So, I want to Mod minecraft. I just read a bunch of tuts on MCfourms but none actually explained java programing. I want to learn a minecraft exclusive java programing. can anyone give me a simple tut or link(for creating a block, minecart speed, ect)? I don't have the slightest experience in any coding languages btw.

Re: Any tips? (I want to learn JAVA)

Posted: Wed Mar 30, 2011 3:51 pm
by Amy
Googling java tutorials would be a good start :)

Re: Any tips? (I want to learn JAVA)

Posted: Wed Mar 30, 2011 4:24 pm
by Mgalekgolo
yeah but i'd like to learn enough to learn to mod minecraft. im way too damn busy for anything else. damn school.

Re: Any tips? (I want to learn JAVA)

Posted: Wed Mar 30, 2011 4:30 pm
by Yarok
Saying "I want to do X but I don't have time so I want to skip the most basic function to get to a specific" won't get you far in achieving this.

Re: Any tips? (I want to learn JAVA)

Posted: Wed Mar 30, 2011 4:37 pm
by Kayar
Yarok wrote:Saying "I want to do X but I don't have time so I want to skip the most basic function to get to a specific" won't get you far in achieving this.
Which is precisely why I will never program anything more advanced than graphing calculator games in TI Basic.

Re: Any tips? (I want to learn JAVA)

Posted: Wed Mar 30, 2011 4:57 pm
by Mgalekgolo
meh. still...

Re: Any tips? (I want to learn JAVA)

Posted: Wed Mar 30, 2011 5:30 pm
by Monoman
Seems like some of the Minecraft editors can create blocks, etc. Why not use those?

Re: Any tips? (I want to learn JAVA)

Posted: Wed Mar 30, 2011 6:16 pm
by Mgalekgolo
I don't beleive I saw any, but creating blocks requires a new .class file(I think). For an app to do that it would theoretically need to unzip(jar) the minecraft Jar, add the new .class and recompile the jar. 1 problem is that when installing mods instead of just zipping the folder you have to select all the files so yeah...

Re: Any tips? (I want to learn JAVA)

Posted: Wed Mar 30, 2011 7:19 pm
by kiddten
You are not going to be able to mod minecraft without some prior knowledge in java.

Re: Any tips? (I want to learn JAVA)

Posted: Thu Mar 31, 2011 4:32 am
by Mgalekgolo
Ok thanks for the help. looks like I now need to learn the basics. Can anyone suggest a tut?

Re: Any tips? (I want to learn JAVA)

Posted: Thu Mar 31, 2011 4:04 pm
by Amy
Google man...

Re: Any tips? (I want to learn JAVA)

Posted: Thu Mar 31, 2011 4:29 pm
by Mgalekgolo
this tutorial called the java tutorials is weird. it uses bikes as a reference. but thats cool i guess. but this might take awhile -_-

Re: Any tips? (I want to learn JAVA)

Posted: Thu Mar 31, 2011 4:56 pm
by Yarok
Try picking up a Java for dummies or such from a used book store, or look up a good book on Amazon and see if you can get a previous edition for less at said used book store. I can't recommend any specifics since I haven't read any.