#693: Add proper javadocs for dolphins grace, bad omen, and hero of the village

By: coll1234567 <joshl5324@gmail.com>
This commit is contained in:
Bukkit/Spigot 2021-12-22 09:03:22 +11:00
parent ed8a152b3a
commit 7ccab27756

View file

@ -163,16 +163,19 @@ public abstract class PotionEffectType implements Keyed {
public static final PotionEffectType CONDUIT_POWER = new PotionEffectTypeWrapper(29, "conduit_power");
/**
* Increses underwater movement speed.<br>
* Squee'ek uh'k kk'kkkk squeek eee'eek.
*/
public static final PotionEffectType DOLPHINS_GRACE = new PotionEffectTypeWrapper(30, "dolphins_grace");
/**
* Triggers a raid when the player enters a village.<br>
* oof.
*/
public static final PotionEffectType BAD_OMEN = new PotionEffectTypeWrapper(31, "bad_omen");
/**
* Reduces the cost of villager trades.<br>
* \o/.
*/
public static final PotionEffectType HERO_OF_THE_VILLAGE = new PotionEffectTypeWrapper(32, "hero_of_the_village");