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