mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
#693: Add proper javadocs for dolphins grace, bad omen, and hero of the village
This commit is contained in:
parent
3e2dd2bc12
commit
ca67e0f324
1 changed files with 3 additions and 0 deletions
|
@ -163,16 +163,19 @@ public abstract class PotionEffectType implements Keyed {
|
||||||
public static final PotionEffectType CONDUIT_POWER = new PotionEffectTypeWrapper(29, "conduit_power");
|
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.
|
* Squee'ek uh'k kk'kkkk squeek eee'eek.
|
||||||
*/
|
*/
|
||||||
public static final PotionEffectType DOLPHINS_GRACE = new PotionEffectTypeWrapper(30, "dolphins_grace");
|
public static final PotionEffectType DOLPHINS_GRACE = new PotionEffectTypeWrapper(30, "dolphins_grace");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Triggers a raid when the player enters a village.<br>
|
||||||
* oof.
|
* oof.
|
||||||
*/
|
*/
|
||||||
public static final PotionEffectType BAD_OMEN = new PotionEffectTypeWrapper(31, "bad_omen");
|
public static final PotionEffectType BAD_OMEN = new PotionEffectTypeWrapper(31, "bad_omen");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Reduces the cost of villager trades.<br>
|
||||||
* \o/.
|
* \o/.
|
||||||
*/
|
*/
|
||||||
public static final PotionEffectType HERO_OF_THE_VILLAGE = new PotionEffectTypeWrapper(32, "hero_of_the_village");
|
public static final PotionEffectType HERO_OF_THE_VILLAGE = new PotionEffectTypeWrapper(32, "hero_of_the_village");
|
||||||
|
|
Loading…
Add table
Reference in a new issue