Class HTDisplayRecipeCategory
-
- 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 abstract class HTDisplayRecipeCategory<T extends HTRecipeDisplay> extends HTBasicRecipeCategory<T>
HTRecipeDisplayに基づいたHTBasicRecipeCategoryの拡張クラスです。
- Since:
0.16.0
Hiiragi Tsubasa
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classHTDisplayRecipeCategory.Basicpublic abstract classHTDisplayRecipeCategory.Simplepublic abstract classHTDisplayRecipeCategory.Progress
-
Field Summary
Fields Modifier and Type Field Description private final ItemStackcarriedprivate final ComponentPathcurrentFocusPathprivate GuiEventListenerfocusedprivate final ScreenRectanglerectangleprivate final IDrawableiconprivate final IntegertabOrderGroupprivate final RecipeType<T>recipeTypeprivate final Componenttitleprivate BooleanisDraggingprivate final Integerheightprivate final IDrawablebackgroundprivate BooleanisFocusedprivate final Integerwidth
-
Constructor Summary
Constructors Constructor Description HTDisplayRecipeCategory(IGuiHelper guiHelper, HTRecipeViewerType<T> recipeType, Codec<T> codec)
-
Method Summary
Modifier and Type Method Description ItemStackgetCarried()final BooleanisHandled(T recipe)final ResourceLocationgetRegistryName(T recipe)final Codec<T>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.api.integration.jei.category.HTDisplayRecipeCategory
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 hiiragi283.core.api.integration.jei.category.HTBasicRecipeCategory
children, draw, getGuiLeft, getGuiTop, getHeight, getIcon, getPosition, getPosition, getPosition, getPosition, getRecipeType, getRectangle, getTitle, getWidth, getXSize, getYSize, setRecipe -
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 mezz.jei.api.recipe.category.IRecipeCategory
createRecipeExtras, createRecipeExtras, getTooltip, getTooltipStrings, handleInput, needsRecipeBorder, onDisplayedIngredientsUpdate -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HTDisplayRecipeCategory
HTDisplayRecipeCategory(IGuiHelper guiHelper, HTRecipeViewerType<T> recipeType, Codec<T> codec)
-
-
Method Detail
-
getCarried
ItemStack getCarried()
-
getRegistryName
final ResourceLocation getRegistryName(T recipe)
-
-
-
-