Package hiiragi283.core.client.jei
Object HCJeiRecipeTypes.MaterialType
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.viewer.HTRecipeViewerType,hiiragi283.core.api.resource.HTIdLike,hiiragi283.core.api.text.HTHasText
public class HCJeiRecipeTypes.MaterialType implements HTRecipeViewerType<HTMaterialManager.Entry>
-
-
Field Summary
Fields Modifier and Type Field Description private final Class<HTMaterialManager.Entry>recipeClassprivate final Either<ResourceLocation, ItemStack>iconprivate final HTBoundsboundsprivate final List<ItemStack>workStationsprivate final Stringnamespaceprivate final Stringpathpublic final static HCJeiRecipeTypes.MaterialTypeINSTANCE
-
Method Summary
Modifier and Type Method Description ComponentgetText()テキストを取得します。 ResourceLocationgetId()保持しているIDを返します。 Class<HTMaterialManager.Entry>getRecipeClass()Either<ResourceLocation, ItemStack>getIcon()HTBoundsgetBounds()List<ItemStack>getWorkStations()StringgetNamespace()StringgetPath()-
-
Method Detail
-
getText
Component getText()
テキストを取得します。
-
getId
ResourceLocation getId()
保持しているIDを返します。
-
getRecipeClass
Class<HTMaterialManager.Entry> getRecipeClass()
-
getWorkStations
List<ItemStack> getWorkStations()
-
getNamespace
String getNamespace()
-
-
-
-