Class PhialRecipeCategory
java.lang.Object
at.petrak.hexcasting.forge.interop.jei.PhialRecipeCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.casting.actions.spells.OpMakeBattery>
public class PhialRecipeCategory
extends Object
implements mezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.casting.actions.spells.OpMakeBattery>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull mezz.jei.api.gui.drawable.IDrawable@NotNull mezz.jei.api.gui.drawable.IDrawablegetIcon()@NotNull mezz.jei.api.recipe.RecipeType<at.petrak.hexcasting.common.casting.actions.spells.OpMakeBattery>@NotNull net.minecraft.network.chat.ComponentgetTitle()voidsetRecipe(@NotNull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, @NotNull at.petrak.hexcasting.common.casting.actions.spells.OpMakeBattery recipe, @NotNull mezz.jei.api.recipe.IFocusGroup focuses) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mezz.jei.api.recipe.category.IRecipeCategory
draw, getHeight, getRegistryName, getTooltipStrings, getWidth, handleInput, isHandled
-
Field Details
-
UID
public static final net.minecraft.resources.ResourceLocation UID
-
-
Constructor Details
-
PhialRecipeCategory
public PhialRecipeCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
-
Method Details
-
getTitle
@NotNull public @NotNull net.minecraft.network.chat.Component getTitle()- Specified by:
getTitlein interfacemezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.casting.actions.spells.OpMakeBattery>
-
getBackground
@NotNull public @NotNull mezz.jei.api.gui.drawable.IDrawable getBackground()- Specified by:
getBackgroundin interfacemezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.casting.actions.spells.OpMakeBattery>
-
getIcon
@NotNull public @NotNull mezz.jei.api.gui.drawable.IDrawable getIcon()- Specified by:
getIconin interfacemezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.casting.actions.spells.OpMakeBattery>
-
setRecipe
public void setRecipe(@NotNull @NotNull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, @NotNull @NotNull at.petrak.hexcasting.common.casting.actions.spells.OpMakeBattery recipe, @NotNull @NotNull mezz.jei.api.recipe.IFocusGroup focuses) - Specified by:
setRecipein interfacemezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.casting.actions.spells.OpMakeBattery>
-
getRecipeType
@NotNull public @NotNull mezz.jei.api.recipe.RecipeType<at.petrak.hexcasting.common.casting.actions.spells.OpMakeBattery> getRecipeType()- Specified by:
getRecipeTypein interfacemezz.jei.api.recipe.category.IRecipeCategory<at.petrak.hexcasting.common.casting.actions.spells.OpMakeBattery>
-