Class HTShapelessRecipeBuilder
-
- All Implemented Interfaces:
public final class HTShapelessRecipeBuilder extends HTStackRecipeBuilder
-
-
Field Summary
Fields Modifier and Type Field Description private Stringgroupprivate CraftingBookCategorycategoryprivate HTIngredientHolder.Multipleingredientsprivate final HTItemStackHolderresultStackprivate final HTConditionHolderconditionsprivate final HTRecipeBuilder.RecipeIdrecipeId
-
Constructor Summary
Constructors Constructor Description HTShapelessRecipeBuilder()
-
Method Summary
Modifier and Type Method Description final StringgetGroup()final UnitsetGroup(String value)final CraftingBookCategorygetCategory()final UnitsetCategory(CraftingBookCategory value)final HTIngredientHolder.MultiplegetIngredients()final UnitsetIngredients(HTIngredientHolder.Multiple value)final HTItemStackHoldergetResultStack()final HTConditionHoldergetConditions()final HTRecipeBuilder.RecipeIdgetRecipeId()final static Unitcreate(RecipeOutput output, Function1<HTShapelessRecipeBuilder, Unit> builderAction)-
-
Method Detail
-
getCategory
final CraftingBookCategory getCategory()
-
setCategory
final Unit setCategory(CraftingBookCategory value)
-
getIngredients
final HTIngredientHolder.Multiple getIngredients()
-
setIngredients
final Unit setIngredients(HTIngredientHolder.Multiple value)
-
getResultStack
final HTItemStackHolder getResultStack()
-
getConditions
final HTConditionHolder getConditions()
-
getRecipeId
final HTRecipeBuilder.RecipeId getRecipeId()
-
create
final static Unit create(RecipeOutput output, Function1<HTShapelessRecipeBuilder, Unit> builderAction)
-
-
-
-