Fix javadoc linking of deprecated methods

This commit is contained in:
NotMyFault
2021-08-11 17:58:24 +02:00
parent 4ee5e3d134
commit b841a7c03b

View File

@ -200,7 +200,7 @@ public abstract class QueueCoordinator {
* @param biome biome
* @return success or not
*
* @deprecated Biomes now take XYZ, see {@code setBiome int x, int y, int z}
* @deprecated Biomes now take XYZ, see {@link #setBiome(int, int, int, BiomeType)}
* <br>
* Scheduled for removal once we drop the support for versions not supporting 3D biomes.
*/