类 ExtremeSmithingRecipeCategory

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

public class ExtremeSmithingRecipeCategory extends Object implements mezz.jei.api.recipe.category.IRecipeCategory<ExtremeSmithingRecipe>
  • 字段详细资料

  • 构造器详细资料

    • ExtremeSmithingRecipeCategory

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

    • getRecipeType

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

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

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

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

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

      public void draw(@NotNull @NotNull ExtremeSmithingRecipe 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<ExtremeSmithingRecipe>
    • setRecipe

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

      public static net.minecraft.world.item.ItemStack getResultItem(net.minecraft.world.item.crafting.Recipe<?> recipe)
    • isHandled

      public boolean isHandled(@NotNull @NotNull ExtremeSmithingRecipe recipe)
      指定者:
      isHandled 在接口中 mezz.jei.api.recipe.category.IRecipeCategory<ExtremeSmithingRecipe>