Solved Bukkit Class Difference

Discussion in 'Plugin Development' started by FletchTech90, Jun 19, 2014.

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

    FletchTech90

    Hi. I was wondering for further reference, is there any real difference between
    Code:java
    1. Bukkit.(Blah blah...)

    and
    Code:java
    1. Bukkit.getServer().(Blah blah...)
    ?

    Thanks in advance.
     
  2. FletchTech90 Hmm. Yes and no. Bukkit has a getter & setter method for the server, that Server does not (the reason Server does not have it should be obvious) but other than that it's basically the same. As a fun note, Bukkit just calls the methods from Server anyway.
     
  3. Offline

    Zupsub

  4. Offline

    FletchTech90

    AdamQpzm likes this.
Thread Status:
Not open for further replies.

Share This Page