Support Forums

Full Version: Minecraft in java.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Well in modding minecraft its all java based, would reading a book on java even help with this sort of minecraft based java? because ive looked up tutorials on java and ive tried implementing what ive learnt and it always seems to come u negative, how should i go about advancing my java knowledge so i can create nice mods and clients for minecraft.
Learning java will definitely help you with coding Minecraft. Also look for tutorials around certain forums. Hackforums has a lot of tutorials for clients.
Hackforums griefing section is the best place for this kind of questions.
You'll need an entire understanding of Java before you can create mods for the game, it's not some sort of SDK for the game. Although, some functions might be reoccurring, so when you do learn how to program in Java, remember that patterns are plentiful.
Im coming back on this thread, telling you that you should learn basics or advanced java and then going into MC modding.
Most modding like that will take atleast a solid year of Java development. there is so many different areas of coding though. There is game coding, security coding, all sorts of stuff.
(04-22-2012, 09:54 AM)Shumaan Wrote: [ -> ]Most modding like that will take atleast a solid year of Java development. there is so many different areas of coding though. There is game coding, security coding, all sorts of stuff.

Which all relates back to the fundamentals of that language anyways so to me it doesn't make much of a difference. It's all the same logic.
You could always try and find some source codes of already programmed mods, and then rewrite them from what you got there Smile
(07-14-2012, 05:17 PM)MortenMoulder Wrote: [ -> ]You could always try and find some source codes of already programmed mods, and then rewrite them from what you got there Smile
I would not recommend this if you're planning to release these mods, you'll get a lot of hate for this. If you're just doing these mods for learning, go ahead.
Look in the Hackforums griefing section, hopefully there should be threads about this.
Pages: 1 2