mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Fix javadoc linking of deprecated methods
This commit is contained in:
parent
4ee5e3d134
commit
b841a7c03b
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user