Package de.cech12.solarcooker.jei
Class SolarCookingCategory
java.lang.Object
mezz.jei.api.recipe.category.AbstractRecipeCategory<net.minecraft.world.item.crafting.RecipeHolder<SolarCookingRecipe>>
mezz.jei.library.plugins.vanilla.cooking.AbstractCookingCategory<SolarCookingRecipe>
de.cech12.solarcooker.jei.SolarCookingCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<net.minecraft.world.item.crafting.RecipeHolder<SolarCookingRecipe>>
public class SolarCookingCategory
extends mezz.jei.library.plugins.vanilla.cooking.AbstractCookingCategory<SolarCookingRecipe>
-
Field Summary
Fields inherited from class mezz.jei.library.plugins.vanilla.cooking.AbstractCookingCategory
regularCookTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisHandled(@NotNull net.minecraft.world.item.crafting.RecipeHolder<SolarCookingRecipe> recipeHolder) Methods inherited from class mezz.jei.library.plugins.vanilla.cooking.AbstractCookingCategory
addCookTime, addExperience, createRecipeExtras, getCodec, setRecipeMethods inherited from class mezz.jei.api.recipe.category.AbstractRecipeCategory
getHeight, getIcon, getRecipeType, getTitle, getWidthMethods 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, getIdentifier, getRegistryName, getTooltip, needsRecipeBorder, onDisplayedIngredientsUpdate
-
Constructor Details
-
SolarCookingCategory
public SolarCookingCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
-
Method Details
-
isHandled
public boolean isHandled(@NotNull @NotNull net.minecraft.world.item.crafting.RecipeHolder<SolarCookingRecipe> recipeHolder)
-