Pulling all pending Bukkit-JavaDoc changes

By: Wesley Wolfe <wesley.d.wolfe+git@gmail.com>
This commit is contained in:
Bukkit/Spigot
2014-07-08 23:56:15 -05:00
parent 7a4e236f4d
commit bbc211faba
4 changed files with 10 additions and 7 deletions

View File

@@ -148,14 +148,14 @@ public interface HumanEntity extends LivingEntity, AnimalTamer, Permissible, Inv
public int getSleepTicks();
/**
* Gets this humans current {@link GameMode}
* Gets this human's current {@link GameMode}
*
* @return Current game mode
*/
public GameMode getGameMode();
/**
* Sets this humans current {@link GameMode}
* Sets this human's current {@link GameMode}
*
* @param mode New game mode
*/