Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Vector viewDirection = player.getLocation().getDirection();
  2. viewDirection.setVelocity(new Vector(player.getLocation().getDirection().getX(), 2, player.getLocation().getDirection().getZ()));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement