mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 01:37:35 +01: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:
parent
5004927672
commit
b7bb02167a
@ -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),
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user