Pulling all pending Bukkit-JavaDoc changes

By: Edmond Poon <sagaciouszzzz@gmail.com>
This commit is contained in:
Bukkit/Spigot
2013-03-20 00:42:05 -04:00
parent 9c2b722bd3
commit e5d1bf5f8d
4 changed files with 22 additions and 15 deletions

View File

@@ -28,18 +28,18 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
}
/**
* Gets the amount of damage caused by the Block
* Gets the amount of damage caused by the event
*
* @return The amount of damage caused by the Block
* @return The amount of damage caused by the event
*/
public int getDamage() {
return damage;
}
/**
* Sets the amount of damage caused by the Block
* Sets the amount of damage caused by the event
*
* @param damage The amount of damage caused by the Block
* @param damage The amount of damage caused by the event
*/
public void setDamage(int damage) {
this.damage = damage;