Starting bukkit programing

Discussion in 'Plugin Development' started by halojude3, Oct 9, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    halojude3

    thanx to everyone you realy helped.
    and if i got a problem with java thats got nothing to do wit bukkit shall i post it here or go to a java forum?
     
  2. Offline

    Europia79

    This reminds me of that scene in Matrix Revolutions:
    Yeah, I agree... it depends on the competency of the tutorial creator... And also, you can't just watch/read tutorials... You actually have to get off your butt and practice! Or you'll never progress.

    Once I started practicing, I found out that I was doing stuff that no tutorial even covered... And became intimately familiar with such things as mutable/immutable objects (thanks Location object for that nice little bug because I assumed you were immutable like String), and how objects are passed around in Java (thankyou framework for NOT providing me with an API method to perform my needed task and forcing me to change the internal state of one of your objects... and luckily you provided the object itself and not a clone too lol). Altho, I adamantly deteste the name/label of what people call it (unless you're a fan overloaded terminology, where it means one thing in C++ but something different in Java).

    So anyways, long-story-short... My suggestion @halojude3 and others who want to learn programming: Practice.
     
Thread Status:
Not open for further replies.

Share This Page