Interface HTRecipeViewerType
-
- All Implemented Interfaces:
-
hiiragi283.core.api.resource.HTIdLike,hiiragi283.core.api.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<ResourceLocation, 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()
-
-
-
-