Package org.bukkit.inventory
Interface RecipeChoice
- All Known Implementing Classes:
- ItemStackRecipeChoice,- 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.
 This class is not legal for implementation by plugins!
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classRepresents a choice that will be valid only one of the stacks is exactly matched (aside from stack size).static classRepresents a choice of multiple matching Materials.
- 
Method Summary