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.
This class is not legal for implementation by plugins!
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Represents a choice that will be valid only one of the stacks is exactly matched (aside from stack size).static class
Represents a choice of multiple matching Materials. -
Method Summary