Package hiiragi283.lib.recipe.viewer
Interface HTRecipeViewerType
-
- All Implemented Interfaces:
-
hiiragi283.lib.resource.HTIdLike,hiiragi283.lib.text.HTHasText
public interface HTRecipeViewerType<RECIPE extends Object> implements HTHasText, HTIdLike
- Since:
0.11.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description abstract Class<out RECIPE>getRecipeClass()abstract Either<Identifier, ItemStack>getIcon()abstract HTBoundsgetBounds()abstract List<ItemStack>getWorkStations()StringgetNamespace()StringgetPath()-
-
Method Detail
-
getRecipeClass
abstract Class<out RECIPE> getRecipeClass()
-
getWorkStations
abstract List<ItemStack> getWorkStations()
-
getNamespace
String getNamespace()
-
-
-
-