Fix JavaDoc errors

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2024-04-24 01:47:31 +10:00
parent bfd5351193
commit d1a68a02b4
4 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ public enum EntityCategory {
* <li>Are subject to burning in daylight (though not all).
* <li>Sink in water (except {@link Drowned}, {@link Phantom Phantoms}
* and {@link Wither Withers}).
* <li>Take additional damage from {@link Enchantment#DAMAGE_UNDEAD}.
* <li>Take additional damage from {@link Enchantment#SMITE}.
* <li>Are ignored by {@link Wither Withers}.
* </ul>
*/
@@ -31,8 +31,8 @@ public enum EntityCategory {
/**
* Entities of the arthropod family. These creatures:
* <ul>
* <li>Take additional damage and receive {@link PotionEffectType#SLOW}
* from {@link Enchantment#DAMAGE_ARTHROPODS}.
* <li>Take additional damage and receive {@link PotionEffectType#SLOWNESS}
* from {@link Enchantment#BANE_OF_ARTHROPODS}.
* <li>Are immune to {@link PotionEffectType#POISON} if they are spiders.
* </ul>
*/