Package hiiragi283.lib.recipe.viewer
Class HTSimpleRecipeViewerType
-
- All Implemented Interfaces:
-
hiiragi283.lib.recipe.viewer.HTRecipeViewerType,hiiragi283.lib.resource.HTIdLike,hiiragi283.lib.text.HTHasText
public final class HTSimpleRecipeViewerType<RECIPE extends Object> implements HTRecipeViewerType<RECIPE>, HTIdLike, HTHasText
HTRecipeViewerTypeの実装クラスです。
- Since:
0.16.0
Hiiragi Tsubasa
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classHTSimpleRecipeViewerType.Builder
-
Method Summary
Modifier and Type Method Description Class<out RECIPE>getRecipeClass()Either<Identifier, ItemStack>getIcon()HTBoundsgetBounds()List<ItemStack>getWorkStations()StringgetNamespace()StringgetPath()StringtoString()final static <T extends Any> HTSimpleRecipeViewerType<T>create(Function1<HTSimpleRecipeViewerType.Builder, Unit> builderAction)-
-
Method Detail
-
getRecipeClass
Class<out RECIPE> getRecipeClass()
-
getWorkStations
List<ItemStack> getWorkStations()
-
getNamespace
String getNamespace()
-
create
final static <T extends Any> HTSimpleRecipeViewerType<T> create(Function1<HTSimpleRecipeViewerType.Builder, Unit> builderAction)
-
-
-
-