Learning Java/Bukkit Codingt

Status
This thread has been locked.

Signs_

Feedback score
1
Posts
56
Reactions
10
Resources
0
Hi MCM, I've recently decided I would like to start learning Java & the Bukkit API but I have no idea where to start. If you guys know any tutorials or if you could give me a direction on where to start to learn it'd be much appreciated. Thanks
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Skionz

ogminecraft.com
Premium
Feedback score
1
Posts
1,544
Reactions
1,527
Resources
0

Overlord

Supreme
Feedback score
2
Posts
569
Reactions
276
Resources
0
Read my posts here:
http://www.mc-market.org/threads/63209/page-2#post-787675
http://www.mc-market.org/threads/63209/page-2#post-791324[DOUBLEPOST=1452428692,1452428614][/DOUBLEPOST]
Thanks, I'll read that. When I have learnt Java where do I go to learn Bukkit?
Afterwards:
Bukkit is an API. It's built on top of Java.

You can use Bukkit's javadocs, and along the way you'll pick up new techniques and how to do things (Google searches link back to bukkit.org and spigotmc.org forums, a lot of questions have been asked and answered). Or you can do what I did and just read through their code, with their jd as a reference. Either works.
 

Signs_

Feedback score
1
Posts
56
Reactions
10
Resources
0
Read my posts here:
http://www.mc-market.org/threads/63209/page-2#post-787675
http://www.mc-market.org/threads/63209/page-2#post-791324[DOUBLEPOST=1452428692,1452428614][/DOUBLEPOST]
Afterwards:
Bukkit is an API. It's built on top of Java.

You can use Bukkit's javadocs, and along the way you'll pick up new techniques and how to do things (Google searches link back to bukkit.org and spigotmc.org forums, a lot of questions have been asked and answered). Or you can do what I did and just read through their code, with their jd as a reference. Either works.
tysm
 

Irantwomiles

Check my signature for a new Practice plugin
Premium
Feedback score
3
Posts
1,263
Reactions
570
Resources
0
Thanks, I'll read that. When I have learnt Java where do I go to learn Bukkit?
Bukkit is an API so it wouldn't be too hard to get the hang of it after you learn Java. Trust me, I was one of those kids who tried to learn Bukkit and Java spoiler it didn't work out too good. You want atleast the basic understanding of OOP before starting bukkit.
 
Status
This thread has been locked.
Top