Can entity walk to Location?

Discussion in 'Plugin Development' started by MisterErwin, Aug 3, 2013.

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

    MisterErwin

    Hello together,

    how can I check, if an entity(LivingEntity) can walk to a Location, without moving it? (Via Navigation.a(x, y, z, speed) )?

    Thanks,

    MisterErwin
     
  2. Offline

    MisterErwin

  3. Oh, k

    I think there is no option to do this, since it would cost a lot of CPU Power to find out wether its possible.
    But maybe someone knows better :)
     
  4. Offline

    MisterErwin

    Yes... I thought already about A* Pathfinding, but.... :/

    All I know is, that Navigation.a() returns boolean, so I hope the result, but that would move the mob :/
     
Thread Status:
Not open for further replies.

Share This Page