Solved Entity walks to location.

Discussion in 'Plugin Development' started by Hadenir, Apr 24, 2014.

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

    Hadenir

    Hi!

    Haw to spawn entity, which always walks to location(x, y, z). I read a lot of tutorials, but I still don't know how can i do this.

    Than you for all answers!
     
  2. Offline

    stink123456

  3. Offline

    Hadenir

  4. Offline

    Garris0n

    Well, first you could learn Java so you know how to write code. Then you could learn the Bukkit API so you can write Bukkit-related code. Then you could try actually reading the page which has a tutorial on how to use the API.

    Also note that the API doesn't appear to be updated.
     
    Someone_Like_You likes this.
  5. Offline

    stink123456

  6. Offline

    Hadenir

  7. Offline

    stink123456

    And if you don't like it or would like to make your own stuff you could write a a* allgorythm and make pretty much anything path find :D
     
  8. Offline

    AstramG

    If he could do that I don't think he'd be asking how to use the Controllable MobsAPI.
     
  9. Offline

    stink123456

    True, but a* isn't that complicated there are alot of java examples out there.
    https://code.google.com/p/a-star-java/source/browse/AStar/src/aStar/AStar.java?r=7
    Ofcourse making it in 3d requires a little bit more practice and i know the creator of this thread won't even be able to read that code because it is to complicated for him (no offense) but this might be handy for other developers.
     
  10. Offline

    Hadenir

Thread Status:
Not open for further replies.

Share This Page