类 SculkCraftingTableCategory

java.lang.Object
committee.nova.mods.avaritia.init.compat.jei.category.tables.SculkCraftingTableCategory
所有已实现的接口:
mezz.jei.api.recipe.category.IRecipeCategory<ITierCraftingRecipe>

public class SculkCraftingTableCategory extends Object implements mezz.jei.api.recipe.category.IRecipeCategory<ITierCraftingRecipe>
Description:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final mezz.jei.api.recipe.RecipeType<ITierCraftingRecipe>
     
  • 构造器概要

    构造器
    构造器
    说明
    SculkCraftingTableCategory(mezz.jei.api.helpers.IGuiHelper helper)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    draw(@NotNull ITierCraftingRecipe recipe, @NotNull mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, @NotNull net.minecraft.client.gui.GuiGraphics guiGraphics, double mouseX, double mouseY)
     
    int
     
    @NotNull mezz.jei.api.gui.drawable.IDrawable
     
    @NotNull mezz.jei.api.recipe.RecipeType<ITierCraftingRecipe>
     
    @NotNull net.minecraft.network.chat.Component
     
    void
    getTooltip(@NotNull mezz.jei.api.gui.builder.ITooltipBuilder tooltip, @NotNull ITierCraftingRecipe recipe, @NotNull mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY)
     
    int
     
    void
    setRecipe(@NotNull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, ITierCraftingRecipe recipe, @NotNull mezz.jei.api.recipe.IFocusGroup focuses)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 mezz.jei.api.recipe.category.IRecipeCategory

    createRecipeExtras, getBackground, getRegistryName, getTooltipStrings, handleInput, isHandled, onDisplayedIngredientsUpdate
  • 字段详细资料

    • RECIPE_TYPE

      public static final mezz.jei.api.recipe.RecipeType<ITierCraftingRecipe> RECIPE_TYPE
  • 构造器详细资料

    • SculkCraftingTableCategory

      public SculkCraftingTableCategory(mezz.jei.api.helpers.IGuiHelper helper)
  • 方法详细资料

    • getRecipeType

      @NotNull public @NotNull mezz.jei.api.recipe.RecipeType<ITierCraftingRecipe> getRecipeType()
      指定者:
      getRecipeType 在接口中 mezz.jei.api.recipe.category.IRecipeCategory<ITierCraftingRecipe>
    • getTitle

      @NotNull public @NotNull net.minecraft.network.chat.Component getTitle()
      指定者:
      getTitle 在接口中 mezz.jei.api.recipe.category.IRecipeCategory<ITierCraftingRecipe>
    • getIcon

      @NotNull public @NotNull mezz.jei.api.gui.drawable.IDrawable getIcon()
      指定者:
      getIcon 在接口中 mezz.jei.api.recipe.category.IRecipeCategory<ITierCraftingRecipe>
    • getWidth

      public int getWidth()
      指定者:
      getWidth 在接口中 mezz.jei.api.recipe.category.IRecipeCategory<ITierCraftingRecipe>
    • getHeight

      public int getHeight()
      指定者:
      getHeight 在接口中 mezz.jei.api.recipe.category.IRecipeCategory<ITierCraftingRecipe>
    • draw

      public void draw(@NotNull @NotNull ITierCraftingRecipe recipe, @NotNull @NotNull mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, @NotNull @NotNull net.minecraft.client.gui.GuiGraphics guiGraphics, double mouseX, double mouseY)
      指定者:
      draw 在接口中 mezz.jei.api.recipe.category.IRecipeCategory<ITierCraftingRecipe>
    • setRecipe

      public void setRecipe(@NotNull @NotNull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, ITierCraftingRecipe recipe, @NotNull @NotNull mezz.jei.api.recipe.IFocusGroup focuses)
      指定者:
      setRecipe 在接口中 mezz.jei.api.recipe.category.IRecipeCategory<ITierCraftingRecipe>
    • getTooltip

      public void getTooltip(@NotNull @NotNull mezz.jei.api.gui.builder.ITooltipBuilder tooltip, @NotNull @NotNull ITierCraftingRecipe recipe, @NotNull @NotNull mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY)
      指定者:
      getTooltip 在接口中 mezz.jei.api.recipe.category.IRecipeCategory<ITierCraftingRecipe>