Fix @see tag for WitherSkeleton

Pointed out by xGhOsTkiLLeRx in Bukkit#229
This commit is contained in:
md_5 2016-11-18 08:38:37 +11:00
parent bf804e6e4a
commit 0099068dbd

View file

@ -38,7 +38,7 @@ public enum EntityType {
*/
ELDER_GUARDIAN("elder_guardian", ElderGuardian.class, 4),
/**
* @see WitherSkull
* @see WitherSkeleton
*/
WITHER_SKELETON("wither_skeleton", WitherSkeleton.class, 5),
/**