Remove some draft API markers

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2018-09-30 12:01:35 +10:00
parent 07b3c001ff
commit 54fb70a7e7
3 changed files with 0 additions and 13 deletions

View File

@@ -13,10 +13,7 @@ import org.bukkit.Material;
* recipe must be satisfied for it to be craftable.
*
* <b>This class is not legal for implementation by plugins!</b>
*
* @deprecated draft API
*/
@Deprecated
public interface RecipeChoice extends Predicate<ItemStack>, Cloneable {
/**