Fix javadoc linking of deprecated methods

This commit is contained in:
NotMyFault 2021-08-11 17:58:24 +02:00
parent 4ee5e3d134
commit b841a7c03b
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -200,7 +200,7 @@ public abstract class QueueCoordinator {
* @param biome biome * @param biome biome
* @return success or not * @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> * <br>
* Scheduled for removal once we drop the support for versions not supporting 3D biomes. * Scheduled for removal once we drop the support for versions not supporting 3D biomes.
*/ */