Exemplo n.º 1
0
 public boolean teleport(FixedLocation location) {
   handle.setPosition(location.getX(), location.getY(), location.getZ());
   handle.setAngles((float) location.getYaw(), (float) location.getPitch());
   return true;
 }