Skip to content

Commit

Permalink
Add respawn API.
Browse files Browse the repository at this point in the history
  • Loading branch information
ninja- authored and SpigotMC committed Oct 8, 2013
1 parent 040fbc7 commit 474d138
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/org/bukkit/entity/Player.java
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,14 @@ public void setCollidesWithEntities(boolean collides)
{
throw new UnsupportedOperationException( "Not supported yet." );
}

/**
* Respawns the player if dead.
*/
public void respawn()
{
throw new UnsupportedOperationException( "Not supported yet." );
}
}

Spigot spigot();
Expand Down

0 comments on commit 474d138

Please sign in to comment.