接口 RecipeChoice

所有超级接口:
Cloneable, Predicate<ItemStack>
所有已知实现类:
RecipeChoice.ExactChoice, RecipeChoice.MaterialChoice

public interface RecipeChoice extends Predicate<ItemStack>, Cloneable
Represents a potential item match within a recipe. All choices within a recipe must be satisfied for it to be craftable. This class is not legal for implementation by plugins!