Pulling all pending Bukkit-JavaDoc changes

By: Edmond Poon <sagaciouszzzz@gmail.com>
This commit is contained in:
Bukkit/Spigot
2013-04-02 00:11:22 -04:00
parent 745a0d7683
commit 761a84cb1b
93 changed files with 539 additions and 505 deletions

View File

@@ -226,7 +226,7 @@ public interface Entity extends Metadatable {
/**
* Gets the amount of ticks this entity has lived for.
* <p />
* <p>
* This is the equivalent to "age" in entities.
*
* @return Age of entity
@@ -235,7 +235,7 @@ public interface Entity extends Metadatable {
/**
* Sets the amount of ticks this entity has lived for.
* <p />
* <p>
* This is the equivalent to "age" in entities. May not be less than one tick.
*
* @param value Age of entity
@@ -244,7 +244,7 @@ public interface Entity extends Metadatable {
/**
* Performs the specified {@link EntityEffect} for this entity.
* <p />
* <p>
* This will be viewable to all players near the entity.
*
* @param type Effect to play.