CraftBukkit Javadocs!?!?

Discussion in 'Plugin Development' started by TheEnderCrafter9, Sep 19, 2016.

Thread Status:
Not open for further replies.
  1. Hi, I have been looking for the craftbukkit javadocs for a couple of days now. I can't seem to get it (the craftbukkit.jar doesn't seem to have it) and JD-GUI doesn't display comments. All the other Javadocs threads that I have seen have been taken down / locked.
     
  2. Offline

    Zombie_Striker

  3. Offline

    timtower Administrator Administrator Moderator

  4. Offline

    Necrodoom_V2

  5. Offline

    Lordloss

    Thats because compilated classes do not contain comments. Not the fault of JD-GUI.
     
  6. @Zombie_Striker and @timtower I want to know how to use multiple methods with have comments:


    this.goalSelector.a(4, new PathfinderGoalArrowAttack());
     
  7. @TheEnderCrafter9
    The thing is, the CraftBukkit code was never even intended to be viewed by developers, it is only supposed to be for running a server, so no one produces javadocs for it. You're going to have to try to experiment your way forward.
     
    Zombie_Striker likes this.
Thread Status:
Not open for further replies.

Share This Page