Pulling all pending Bukkit-JavaDoc changes

This commit is contained in:
Edmond Poon
2013-03-20 00:42:05 -04:00
parent 9515adffff
commit ca7687d4f2
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;