mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Fix @see tag for WitherSkeleton
Pointed out by xGhOsTkiLLeRx in Bukkit#229
This commit is contained in:
parent
bf804e6e4a
commit
0099068dbd
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public enum EntityType {
|
||||||
*/
|
*/
|
||||||
ELDER_GUARDIAN("elder_guardian", ElderGuardian.class, 4),
|
ELDER_GUARDIAN("elder_guardian", ElderGuardian.class, 4),
|
||||||
/**
|
/**
|
||||||
* @see WitherSkull
|
* @see WitherSkeleton
|
||||||
*/
|
*/
|
||||||
WITHER_SKELETON("wither_skeleton", WitherSkeleton.class, 5),
|
WITHER_SKELETON("wither_skeleton", WitherSkeleton.class, 5),
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue