mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Fix @see tag for WitherSkeleton
Pointed out by xGhOsTkiLLeRx in Bukkit#229 By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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),
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user