类 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>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddraw(@NotNull ExtremeSmithingRecipe 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.IDrawablegetIcon()@NotNull mezz.jei.api.recipe.RecipeType<ExtremeSmithingRecipe>static net.minecraft.world.item.ItemStackgetResultItem(net.minecraft.world.item.crafting.Recipe<?> recipe) @NotNull net.minecraft.network.chat.ComponentgetTitle()intgetWidth()booleanisHandled(@NotNull ExtremeSmithingRecipe recipe) voidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, @NotNull ExtremeSmithingRecipe 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, getTooltip, getTooltipStrings, handleInput, onDisplayedIngredientsUpdate
-
字段详细资料
-
RECIPE_TYPE
-
-
构造器详细资料
-
ExtremeSmithingRecipeCategory
public ExtremeSmithingRecipeCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
-
方法详细资料
-
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
- 指定者:
isHandled在接口中mezz.jei.api.recipe.category.IRecipeCategory<ExtremeSmithingRecipe>
-