Package org.bukkit.inventory
Interface RecipeChoice
- All Known Implementing Classes:
RecipeChoice.ExactChoice
,RecipeChoice.MaterialChoice
Represents a potential item match within a recipe. All choices within a
recipe must be satisfied for it to be craftable. Choices must never be
null or air.
This class is not legal for implementation by plugins!