mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-31 20:51:47 +01:00
Fix bad link in deprecated FlowerPot MaterialData class
By: md_5 <git@md-5.net>
This commit is contained in:
parent
7887b38ac0
commit
b8f7cbbca1
@ -7,8 +7,8 @@ import org.bukkit.TreeSpecies;
|
||||
/**
|
||||
* Represents a flower pot.
|
||||
*
|
||||
* @deprecated Flower pots are now tile entities, use
|
||||
* {@link org.bukkit.block.FlowerPot}.
|
||||
* @deprecated all usage of MaterialData is deprecated and subject to removal.
|
||||
* Use {@link org.bukkit.block.data.BlockData}.
|
||||
*/
|
||||
@Deprecated
|
||||
public class FlowerPot extends MaterialData {
|
||||
|
Loading…
Reference in New Issue
Block a user