-
Bug
-
Resolution: Invalid
-
Minor
-
None
-
None
-
1.8.8
-
Yes
javadocs for 1.8.8 fail and kill the build due to Door.java comments.
`* @see Material.WOODEN_DOOR
* @see Material.IRON_DOOR_BLOCK
etc should be...
* @see Material#WOODEN_DOOR
* @see Material#IRON_DOOR_BLOCK
This has been fixed in later versions so only fails on 1.8.8. I don't use it myself for anything but it would be nice to not have BuildTools crash and burn on just this version.