Package api.crafting.providers
Interface CraftingRecipeProvider.TypeStep
- All Known Implementing Classes:
CraftingRecipeProvider.CraftingRecipeBuilder
- Enclosing class:
- CraftingRecipeProvider
public static interface CraftingRecipeProvider.TypeStep
-
Method Summary
-
Method Details
-
withCustomClass
-
logChopping
CraftingRecipeProvider.LogChoppingStep logChopping() -
shaped
CraftingRecipeProvider.PatternStep shaped() -
shapeless
CraftingRecipeProvider.ShapelessStep shapeless()
-