How I set a villagers direction?

Discussion in 'Plugin Development' started by JTGaming2012, Aug 19, 2014.

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

    JTGaming2012

    Yea, I have a vector of the direction I want the villager to look in but there is no, "setDirection(vector)". Is there a substitute?

    Thanks in advance!
     
  2. Offline

    Dubehh

    JTGaming2012

    There is no 'setDirection(Vector)' ? Bro, do you even google?

    villager.getLocation().setDirection(Vector v)
     
  3. Offline

    ZachBora

    Dubehh Except .getlocation() returns a copy of the location, he will need to use setLocation
     
Thread Status:
Not open for further replies.

Share This Page