Class PressingCategory
java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<PressingRecipe>
com.simibubi.create.compat.jei.category.PressingCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<net.minecraft.world.item.crafting.RecipeHolder<PressingRecipe>>
@ParametersAreNonnullByDefault
public class PressingCategory
extends CreateRecipeCategory<PressingRecipe>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
CreateRecipeCategory.Builder<T extends net.minecraft.world.item.crafting.Recipe<? extends net.minecraft.world.item.crafting.RecipeInput>>, CreateRecipeCategory.Factory<T extends net.minecraft.world.item.crafting.Recipe<?>>, CreateRecipeCategory.Info<T extends net.minecraft.world.item.crafting.Recipe<?>> -
Field Summary
Fields inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
background, icon, title, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(PressingRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView iRecipeSlotsView, net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY) voidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, PressingRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) Methods 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, registerRecipes, setRecipeMethods 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
-
PressingCategory
-
-
Method Details
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, PressingRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) - Specified by:
setRecipein classCreateRecipeCategory<PressingRecipe>
-
draw
public void draw(PressingRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView iRecipeSlotsView, net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY) - Specified by:
drawin classCreateRecipeCategory<PressingRecipe>
-