Pulling all pending Bukkit-JavaDoc changes

By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
Bukkit/Spigot
2014-02-08 06:05:41 -05:00
parent 67a85bef54
commit 04d5aec52c
8 changed files with 41 additions and 35 deletions

View File

@@ -30,10 +30,9 @@ public class EntityShootBowEvent extends EntityEvent implements Cancellable {
}
/**
* Gets the bow ItemStack used to fire the arrow; is null if the shooter
* is a skeleton
* Gets the bow ItemStack used to fire the arrow.
*
* @return the bow involved in this event, or null
* @return the bow involved in this event
*/
public ItemStack getBow() {
return bow;

View File

@@ -20,7 +20,7 @@ public class PlayerAchievementAwardedEvent extends PlayerEvent implements Cancel
/**
* Gets the Achievement being awarded.
*
*
* @return the achievement being awarded
*/
public Achievement getAchievement() {