Pulling all pending Bukkit-JavaDoc changes

This commit is contained in:
Edmond Poon
2013-04-02 00:11:22 -04:00
parent 10c1edca78
commit 409595c2a2
93 changed files with 539 additions and 505 deletions

View File

@@ -16,28 +16,28 @@ public enum EntityEffect {
/**
* When a mob dies.
* <p />
* <p>
* <b>This will cause client-glitches!
*/
DEATH(3),
/**
* The smoke when taming a wolf fails.
* <p />
* <p>
* Without client-mods this will be ignored if the entity is not a wolf.
*/
WOLF_SMOKE(6),
/**
* The hearts when taming a wolf succeeds.
* <p />
* <p>
* Without client-mods this will be ignored if the entity is not a wolf.
*/
WOLF_HEARTS(7),
/**
* When a wolf shakes (after being wet).
* <p />
* <p>
* Without client-mods this will be ignored if the entity is not a wolf.
*/
WOLF_SHAKE(8),