Class HTProgressRecipeDisplay
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.viewer.display.HTRecipeDisplay,hiiragi283.core.api.resource.HTIdLike
public final class HTProgressRecipeDisplay extends HTRecipeDisplay.Simple
-
-
Field Summary
Fields Modifier and Type Field Description public final static Codec<HTProgressRecipeDisplay>CODECprivate final HTProgressDataprogressDataprivate final HTRecipeContentscontentsprivate final Stringnamespaceprivate final Stringpath
-
Constructor Summary
Constructors Constructor Description HTProgressRecipeDisplay(ResourceLocation id, HTRecipeContents contents, HTProgressData progressData)
-
Method Summary
Modifier and Type Method Description final HTProgressDatagetProgressData()final HTRecipeContentsgetContents()StringgetNamespace()StringgetPath()-
Methods inherited from class hiiragi283.core.api.recipe.viewer.display.HTRecipeDisplay.Simple
getId -
Methods inherited from class hiiragi283.core.api.recipe.viewer.display.HTRecipeDisplay
isHandled -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HTProgressRecipeDisplay
HTProgressRecipeDisplay(ResourceLocation id, HTRecipeContents contents, HTProgressData progressData)
-
-
Method Detail
-
getProgressData
final HTProgressData getProgressData()
-
getContents
final HTRecipeContents getContents()
-
getNamespace
String getNamespace()
-
-
-
-