.

Discussion in 'Plugin Development' started by elementalgodz11, Nov 14, 2013.

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

    elementalgodz11

  2. Offline

    JRL1004

    get the yaw for whatever direction you want the player to look then use "player.setYaw(yaw)"
    I don't know the yaw values off the top of my head so you'll need to find those yourself, I recommend Google.
     
  3. Offline

    maxben34

    elementalgodz11
    You could even just test the yaws by setting them in your program and using the toString() method.
     
  4. Offline

    Garris0n

    There is a Location constructor with two floats, "yaw" and "pitch". Just add them to your current code.
     
Thread Status:
Not open for further replies.

Share This Page