Class SequencedAssemblyCategory
java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<SequencedAssemblyRecipe>
com.simibubi.create.compat.jei.category.SequencedAssemblyCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<SequencedAssemblyRecipe>
@ParametersAreNonnullByDefault
public class SequencedAssemblyCategory
extends CreateRecipeCategory<SequencedAssemblyRecipe>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected net.minecraft.network.chat.MutableComponentchanceComponent(float chance) voiddraw(SequencedAssemblyRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView iRecipeSlotsView, net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY) @NotNull List<net.minecraft.network.chat.Component> getTooltipStrings(SequencedAssemblyRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView iRecipeSlotsView, double mouseX, double mouseY) voidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, SequencedAssemblyRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) Methods inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
addFluidSlot, addFluidSlot, addStochasticTooltip, asDrawable, getBackground, getIcon, getRecipeType, getRenderedSlot, getRenderedSlot, getRenderedSlot, getResultItem, getTitle, 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
-
SequencedAssemblyCategory
-
-
Method Details
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, SequencedAssemblyRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) -
draw
public void draw(SequencedAssemblyRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView iRecipeSlotsView, net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY) -
getTooltipStrings
@NotNull public @NotNull List<net.minecraft.network.chat.Component> getTooltipStrings(SequencedAssemblyRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView iRecipeSlotsView, double mouseX, double mouseY) -
chanceComponent
protected net.minecraft.network.chat.MutableComponent chanceComponent(float chance)
-