More JavaDoc improvements.

This commit is contained in:
EvilSeph
2011-06-24 02:32:04 -04:00
parent b76de1ee24
commit a0c1f68109
56 changed files with 435 additions and 139 deletions

View File

@@ -32,9 +32,9 @@ public class PlayerRespawnEvent extends PlayerEvent {
}
/**
* Gets whether the respawn location is the players bed.
* Gets whether the respawn location is the player's bed.
*
* @return true if the respawn location is the players bed.
* @return true if the respawn location is the player's bed.
*/
public boolean isBedSpawn() {
return this.isBedSpawn;