diff --git a/src/main/java/net/aufdemrand/denizen/scripts/containers/core/BukkitWorldScriptHelper.java b/src/main/java/net/aufdemrand/denizen/scripts/containers/core/BukkitWorldScriptHelper.java index 6164803ee8..cf32b0381b 100644 --- a/src/main/java/net/aufdemrand/denizen/scripts/containers/core/BukkitWorldScriptHelper.java +++ b/src/main/java/net/aufdemrand/denizen/scripts/containers/core/BukkitWorldScriptHelper.java @@ -1483,7 +1483,8 @@ public void potionSplash(PotionSplashEvent event) { // @Context // returns the amount the entity healed. // returns the dEntity that healed. - // returns the cause of the entity healing. + // 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.