SPIGOT-5320: Clarify scope of ExactChoice

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2019-09-13 19:59:27 +10:00
parent c2468083a2
commit e55a7d98fc

View File

@ -147,7 +147,7 @@ public interface RecipeChoice extends Predicate<ItemStack>, Cloneable {
* Represents a choice that will be valid only one of the stacks is exactly
* matched (aside from stack size).
* <br>
* <b>Not valid for shapeless recipes</b>
* <b>Only valid for shaped recipes</b>
*
* @deprecated draft API
*/