mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-03 23:07:40 +01:00
SPIGOT-5320: Clarify scope of ExactChoice
By: md_5 <git@md-5.net>
This commit is contained in:
parent
c2468083a2
commit
e55a7d98fc
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user