Fix bad link in deprecated FlowerPot MaterialData class

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2019-12-11 10:39:42 +11:00
parent 7887b38ac0
commit b8f7cbbca1

View File

@@ -7,8 +7,8 @@ import org.bukkit.TreeSpecies;
/** /**
* Represents a flower pot. * Represents a flower pot.
* *
* @deprecated Flower pots are now tile entities, use * @deprecated all usage of MaterialData is deprecated and subject to removal.
* {@link org.bukkit.block.FlowerPot}. * Use {@link org.bukkit.block.data.BlockData}.
*/ */
@Deprecated @Deprecated
public class FlowerPot extends MaterialData { public class FlowerPot extends MaterialData {