Class HTRecipeViewerTypeImpl.Builder
-
- All Implemented Interfaces:
public final class HTRecipeViewerTypeImpl.Builder
-
-
Constructor Summary
Constructors Constructor Description HTRecipeViewerTypeImpl.Builder()
-
Method Summary
Modifier and Type Method Description final HTIdLikegetId()final UnitsetId(HTIdLike value)final HTHasTextgetTitle()final UnitsetTitle(HTHasText value)final Either<ResourceLocation, ItemStack>getIcon()final UnitsetIcon(Either<ResourceLocation, ItemStack> value)final HTBoundsgetBounds()final UnitsetBounds(HTBounds value)final List<ItemStack>getWorkStations()final <T extends Any> HTRecipeViewerTypeImpl<T>build()final <T extends Any> HTRecipeViewerTypeImpl<T>build(Class<out T> recipeClass)-
-
Method Detail
-
getIcon
final Either<ResourceLocation, ItemStack> getIcon()
-
getWorkStations
final List<ItemStack> getWorkStations()
-
build
final <T extends Any> HTRecipeViewerTypeImpl<T> build()
-
-
-
-