SPIGOT-1292: BlockState based FlowerPot API.

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2016-06-01 17:08:06 +10:00
parent 515b95570f
commit bc69ab513e
2 changed files with 27 additions and 0 deletions

View File

@@ -6,7 +6,11 @@ import org.bukkit.TreeSpecies;
/**
* Represents a flower pot.
*
* @deprecated Flower pots are now tile entities, use
* {@link org.bukkit.block.FlowerPot}.
*/
@Deprecated
public class FlowerPot extends MaterialData {
/**