Class SmallBasinCategory<R extends com.simibubi.create.content.processing.recipe.ProcessingRecipe<?,?>>
java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<R>
com.petrolpark.compat.jei.category.PetrolparkRecipeCategory<R>
com.petrolpark.compat.jei.category.SmallBasinCategory<R>
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<net.minecraft.world.item.crafting.RecipeHolder<R>>
- Direct Known Subclasses:
BoilingCategory,LiddedBasinCategory
public class SmallBasinCategory<R extends com.simibubi.create.content.processing.recipe.ProcessingRecipe<?,?>>
extends PetrolparkRecipeCategory<R>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.petrolpark.compat.jei.category.PetrolparkRecipeCategory
PetrolparkRecipeCategory.Factory<T extends net.minecraft.world.item.crafting.Recipe<?>>Nested classes/interfaces inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
com.simibubi.create.compat.jei.category.CreateRecipeCategory.Builder<T extends net.minecraft.world.item.crafting.Recipe<? extends net.minecraft.world.item.crafting.RecipeInput>>, com.simibubi.create.compat.jei.category.CreateRecipeCategory.Info<T extends net.minecraft.world.item.crafting.Recipe<?>> -
Field Summary
Fields inherited from class com.petrolpark.compat.jei.category.PetrolparkRecipeCategory
helpers, mcFields inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
background, icon, title, type -
Constructor Summary
ConstructorsConstructorDescriptionSmallBasinCategory(com.simibubi.create.compat.jei.category.CreateRecipeCategory.Info<R> info, mezz.jei.api.helpers.IJeiHelpers helpers) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddraw(R recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY) voidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, net.minecraft.world.item.crafting.RecipeHolder<R> holder, mezz.jei.api.recipe.IFocusGroup focuses) protected voidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, R recipe, mezz.jei.api.recipe.IFocusGroup focuses) Methods inherited from class com.petrolpark.compat.jei.category.PetrolparkRecipeCategory
addOptionalRecipeBookSlot, addOptionalRecipeBookSlot, addOptionalRequiredBiomeSlot, getRegistryAccessMethods inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
addFluidSlot, addFluidSlot, addStochasticTooltip, asDrawable, draw, getBackground, getIcon, getRecipeType, getRenderedSlot, getRenderedSlot, getRenderedSlot, getResultItem, getTitle, getTooltipStrings, getTooltipStrings, registerCatalysts, registerRecipesMethods 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
createRecipeExtras, createRecipeExtras, getCodec, getHeight, getRegistryName, getTooltip, getWidth, handleInput, isHandled, needsRecipeBorder, onDisplayedIngredientsUpdate
-
Constructor Details
-
SmallBasinCategory
public SmallBasinCategory(com.simibubi.create.compat.jei.category.CreateRecipeCategory.Info<R> info, mezz.jei.api.helpers.IJeiHelpers helpers)
-
-
Method Details
-
setRecipe
public void setRecipe(@Nonnull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, @Nonnull net.minecraft.world.item.crafting.RecipeHolder<R> holder, @Nonnull mezz.jei.api.recipe.IFocusGroup focuses) - Specified by:
setRecipein interfacemezz.jei.api.recipe.category.IRecipeCategory<R extends com.simibubi.create.content.processing.recipe.ProcessingRecipe<?,?>> - Overrides:
setRecipein classcom.simibubi.create.compat.jei.category.CreateRecipeCategory<R extends com.simibubi.create.content.processing.recipe.ProcessingRecipe<?,?>>
-
setRecipe
protected void setRecipe(@Nonnull mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, @Nonnull R recipe, @Nonnull mezz.jei.api.recipe.IFocusGroup focuses) - Specified by:
setRecipein classcom.simibubi.create.compat.jei.category.CreateRecipeCategory<R extends com.simibubi.create.content.processing.recipe.ProcessingRecipe<?,?>>
-
draw
protected void draw(@Nonnull R recipe, @Nonnull mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, @Nonnull net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY) - Specified by:
drawin classcom.simibubi.create.compat.jei.category.CreateRecipeCategory<R extends com.simibubi.create.content.processing.recipe.ProcessingRecipe<?,?>>
-