Skip to content

Commit

Permalink
Add a reason note to entity heals
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 14, 2015
1 parent 5271c5f commit 05044e8
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -1483,7 +1483,8 @@ public void potionSplash(PotionSplashEvent event) {
// @Context
// <context.amount> returns the amount the entity healed.
// <context.entity> returns the dEntity that healed.
// <context.reason> returns the cause of the entity healing.
// <context.reason> returns the cause of the entity healing. Can be: REGEN, SATIATED, EATING, ENDER_CRYSTAL,
// MAGIC, MAGIC_REGEN, WITHER_SPAWN, WITHER, CUSTOM
//
// @Determine
// "CANCELLED" to stop the entity from healing.
Expand Down

0 comments on commit 05044e8

Please sign in to comment.