Commits

md_5 authored d514cfb3c9b
Fix JavaDoc errors
No tags

src/main/java/org/bukkit/entity/EntityCategory.java

Modified
16 16 NONE,
17 17 /**
18 18 * Undead creatures. These creatures:
19 19 * <ul>
20 20 * <li>Are damaged by potions of healing.
21 21 * <li>Are healed by potions of harming.
22 22 * <li>Are immune to drowning and poison.
23 23 * <li>Are subject to burning in daylight (though not all).
24 24 * <li>Sink in water (except {@link Drowned}, {@link Phantom Phantoms}
25 25 * and {@link Wither Withers}).
26 - * <li>Take additional damage from {@link Enchantment#DAMAGE_UNDEAD}.
26 + * <li>Take additional damage from {@link Enchantment#SMITE}.
27 27 * <li>Are ignored by {@link Wither Withers}.
28 28 * </ul>
29 29 */
30 30 UNDEAD,
31 31 /**
32 32 * Entities of the arthropod family. These creatures:
33 33 * <ul>
34 - * <li>Take additional damage and receive {@link PotionEffectType#SLOW}
35 - * from {@link Enchantment#DAMAGE_ARTHROPODS}.
34 + * <li>Take additional damage and receive {@link PotionEffectType#SLOWNESS}
35 + * from {@link Enchantment#BANE_OF_ARTHROPODS}.
36 36 * <li>Are immune to {@link PotionEffectType#POISON} if they are spiders.
37 37 * </ul>
38 38 */
39 39 ARTHROPOD,
40 40 /**
41 41 * Entities that participate in raids. These creatures:
42 42 * <ul>
43 43 * <li>Are immune to damage from {@link EvokerFangs}.
44 44 * <li>Are ignored by {@link Vindicator vindicators} named "Johnny".
45 45 * <li>Are hostile to {@link Villager villagers},

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut