Class HTClearComponentRecipeBuilder
-
- All Implemented Interfaces:
public final class HTClearComponentRecipeBuilder extends HTRecipeBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classHTClearComponentRecipeBuilder.ComponentTargets
-
Field Summary
Fields Modifier and Type Field Description private Stringgroupprivate CraftingBookCategorycategoryprivate HTItemHolderLike<?>itemprivate final HTClearComponentRecipeBuilder.ComponentTargetstargetsprivate final HTConditionHolderconditionsprivate final HTRecipeBuilder.RecipeIdrecipeId
-
Constructor Summary
Constructors Constructor Description HTClearComponentRecipeBuilder()
-
Method Summary
Modifier and Type Method Description final StringgetGroup()final UnitsetGroup(String value)final CraftingBookCategorygetCategory()final UnitsetCategory(CraftingBookCategory value)final HTItemHolderLike<?>getItem()final UnitsetItem(HTItemHolderLike<?> value)final HTClearComponentRecipeBuilder.ComponentTargetsgetTargets()final HTConditionHoldergetConditions()final HTRecipeBuilder.RecipeIdgetRecipeId()final static Unitcreate(RecipeOutput output, Function1<HTClearComponentRecipeBuilder, Unit> builderAction)-
-
Method Detail
-
getCategory
final CraftingBookCategory getCategory()
-
setCategory
final Unit setCategory(CraftingBookCategory value)
-
getItem
final HTItemHolderLike<?> getItem()
-
setItem
final Unit setItem(HTItemHolderLike<?> value)
-
getTargets
final HTClearComponentRecipeBuilder.ComponentTargets getTargets()
-
getConditions
final HTConditionHolder getConditions()
-
getRecipeId
final HTRecipeBuilder.RecipeId getRecipeId()
-
create
final static Unit create(RecipeOutput output, Function1<HTClearComponentRecipeBuilder, Unit> builderAction)
-
-
-
-