Class HTHolderRecipeCategory

  • 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 HTHolderRecipeCategory<RECIPE extends Object>
    extends HTBasicRecipeCategory<HTRecipeHolder<RECIPE>>
                        

    HTRecipeHolderに基づいたHTBasicRecipeCategoryの拡張クラスです。

    Since:

    0.15.1

    Author:

    Hiiragi Tsubasa

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ItemStack getCarried()
      final Unit setRecipe(IRecipeLayoutBuilder builder, HTRecipeHolder<RECIPE> recipe, IFocusGroup focuses)
      final Unit createRecipeExtras(IRecipeExtrasBuilder builder, HTRecipeHolder<RECIPE> recipe, IFocusGroup focuses)
      final ResourceLocation getRegistryName(HTRecipeHolder<RECIPE> recipe)
      final Codec<HTRecipeHolder<RECIPE>> 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.HTHolderRecipeCategory

        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, isHandled, 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