Pulling all pending Bukkit-JavaDoc changes
By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -20,7 +20,7 @@ public class PlayerAchievementAwardedEvent extends PlayerEvent implements Cancel
|
||||
|
||||
/**
|
||||
* Gets the Achievement being awarded.
|
||||
*
|
||||
*
|
||||
* @return the achievement being awarded
|
||||
*/
|
||||
public Achievement getAchievement() {
|
||||
|
||||
Reference in New Issue
Block a user