Esempio n. 1
0
 /**
  * Sets the player location object.
  *
  * @param location the location
  * @param player the player
  * @throws NullPointerException, if player.getLocation.getWorld() returns null.
  */
 public void set(final Location location, final Player player) {
   set(location, player, 0.001);
 }