Class HCMaterialPartCategory
-
- All Implemented Interfaces:
-
hiiragi283.core.api.gui.HTAbstractGui,mezz.jei.api.recipe.category.IRecipeCategory,net.minecraft.client.gui.components.TabOrderedElement,net.minecraft.client.gui.components.events.ContainerEventHandler,net.minecraft.client.gui.components.events.GuiEventListener
public final class HCMaterialPartCategory extends HTBasicRecipeCategory<HTMaterialManager.Entry>
-
-
Field Summary
Fields Modifier and Type Field Description private final ItemStackcarriedprivate final ComponentPathcurrentFocusPathprivate GuiEventListenerfocusedprivate final ScreenRectanglerectangleprivate final IDrawableiconprivate final IntegertabOrderGroupprivate final RecipeType<HTMaterialManager.Entry>recipeTypeprivate final Componenttitleprivate BooleanisDraggingprivate final Integerheightprivate final IDrawablebackgroundprivate BooleanisFocusedprivate final Integerwidth
-
Constructor Summary
Constructors Constructor Description HCMaterialPartCategory(IGuiHelper guiHelper)
-
Method Summary
Modifier and Type Method Description ItemStackgetCarried()UnitsetRecipe(IRecipeLayoutBuilder builder, HTMaterialManager.Entry recipe, IFocusGroup focuses)UnitcreateRecipeExtras(IRecipeExtrasBuilder builder, HTMaterialManager.Entry recipe, IFocusGroup focuses)BooleanisHandled(HTMaterialManager.Entry recipe)ResourceLocationgetRegistryName(HTMaterialManager.Entry recipe)Codec<HTMaterialManager.Entry>getCodec(ICodecHelper codecHelper, IRecipeManager recipeManager)-
Methods inherited from class net.minecraft.client.gui.components.events.ContainerEventHandler
getChildAt, getCurrentFocusPath, getFocused, isDragging, isFocused, setDragging, setFocused, setFocused -
Methods inherited from class hiiragi283.core.client.jei.category.HCMaterialPartCategory
getBackground, getFocused, getHeight, getIcon, getRecipeType, getRectangle, getTitle, getWidth, isDragging, setDragging, setFocused -
Methods inherited from class net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup -
Methods inherited from class mezz.jei.api.recipe.category.IRecipeCategory
createRecipeExtras, getTooltip, getTooltipStrings, handleInput, needsRecipeBorder, onDisplayedIngredientsUpdate -
Methods inherited from class hiiragi283.core.api.integration.jei.category.HTBasicRecipeCategory
children, draw, getGuiLeft, getGuiTop, getHeight, getIcon, getPosition, getPosition, getPosition, getPosition, getRecipeType, getRectangle, getTitle, getWidth, getXSize, getYSize -
Methods inherited from class net.minecraft.client.gui.components.events.GuiEventListener
charTyped, isMouseOver, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCarried
ItemStack getCarried()
-
setRecipe
Unit setRecipe(IRecipeLayoutBuilder builder, HTMaterialManager.Entry recipe, IFocusGroup focuses)
-
createRecipeExtras
Unit createRecipeExtras(IRecipeExtrasBuilder builder, HTMaterialManager.Entry recipe, IFocusGroup focuses)
-
isHandled
Boolean isHandled(HTMaterialManager.Entry recipe)
-
getRegistryName
ResourceLocation getRegistryName(HTMaterialManager.Entry recipe)
-
getCodec
Codec<HTMaterialManager.Entry> getCodec(ICodecHelper codecHelper, IRecipeManager recipeManager)
-
-
-
-