类 CompressorCategory
java.lang.Object
committee.nova.mods.avaritia.init.compat.jei.category.CompressorCategory
- 所有已实现的接口:
mezz.jei.api.recipe.category.IRecipeCategory<ICompressorRecipe>
public class CompressorCategory
extends Object
implements mezz.jei.api.recipe.category.IRecipeCategory<ICompressorRecipe>
Description:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddraw(@NotNull ICompressorRecipe 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<ICompressorRecipe>@NotNull net.minecraft.network.chat.ComponentgetTitle()voidgetTooltip(@NotNull mezz.jei.api.gui.builder.ITooltipBuilder tooltip, @NotNull ICompressorRecipe recipe, @NotNull mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY) intgetWidth()voidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, ICompressorRecipe 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
-
-
构造器详细资料
-
CompressorCategory
public CompressorCategory(mezz.jei.api.helpers.IGuiHelper helper)
-
-
方法详细资料
-
getRecipeType
- 指定者:
getRecipeType在接口中mezz.jei.api.recipe.category.IRecipeCategory<ICompressorRecipe>
-
getTitle
@NotNull public @NotNull net.minecraft.network.chat.Component getTitle()- 指定者:
getTitle在接口中mezz.jei.api.recipe.category.IRecipeCategory<ICompressorRecipe>
-
getWidth
public int getWidth()- 指定者:
getWidth在接口中mezz.jei.api.recipe.category.IRecipeCategory<ICompressorRecipe>
-
getHeight
public int getHeight()- 指定者:
getHeight在接口中mezz.jei.api.recipe.category.IRecipeCategory<ICompressorRecipe>
-
draw
public void draw(@NotNull @NotNull ICompressorRecipe 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<ICompressorRecipe>
-
getIcon
@NotNull public @NotNull mezz.jei.api.gui.drawable.IDrawable getIcon()- 指定者:
getIcon在接口中mezz.jei.api.recipe.category.IRecipeCategory<ICompressorRecipe>
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, ICompressorRecipe recipe, @NotNull @NotNull mezz.jei.api.recipe.IFocusGroup focuses) - 指定者:
setRecipe在接口中mezz.jei.api.recipe.category.IRecipeCategory<ICompressorRecipe>
-
getTooltip
public void getTooltip(@NotNull @NotNull mezz.jei.api.gui.builder.ITooltipBuilder tooltip, @NotNull @NotNull ICompressorRecipe recipe, @NotNull @NotNull mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY) - 指定者:
getTooltip在接口中mezz.jei.api.recipe.category.IRecipeCategory<ICompressorRecipe>
-