Package com.simibubi.create.compat.jei
Class ConversionRecipe
java.lang.Object
com.simibubi.create.content.contraptions.processing.ProcessingRecipe<net.minecraftforge.items.wrapper.RecipeWrapper>
com.simibubi.create.compat.jei.ConversionRecipe
- All Implemented Interfaces:
net.minecraft.world.item.crafting.Recipe<net.minecraftforge.items.wrapper.RecipeWrapper>
@ParametersAreNonnullByDefault
public class ConversionRecipe
extends ProcessingRecipe<net.minecraftforge.items.wrapper.RecipeWrapper>
Helper recipe type for displaying an item relationship in JEI
-
Field Summary
Fields inherited from class com.simibubi.create.content.contraptions.processing.ProcessingRecipe
fluidIngredients, fluidResults, id, ingredients, processingDuration, requiredHeat, results -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConversionRecipecreate(net.minecraft.world.item.ItemStack from, net.minecraft.world.item.ItemStack to) protected intprotected intbooleanmatches(net.minecraftforge.items.wrapper.RecipeWrapper inv, net.minecraft.world.level.Level worldIn) Methods inherited from class com.simibubi.create.content.contraptions.processing.ProcessingRecipe
assemble, canCraftInDimensions, canRequireHeat, canSpecifyDuration, enforceNextResult, getFluidIngredients, getFluidResults, getGroup, getId, getIngredients, getMaxFluidInputCount, getMaxFluidOutputCount, getProcessingDuration, getRequiredHeat, getResultItem, getRollableResults, getRollableResultsAsItemStacks, getSerializer, getType, getTypeInfo, isSpecial, readAdditional, readAdditional, rollResults, rollResults, writeAdditional, writeAdditionalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getRemainingItems, getToastSymbol, isIncomplete
-
Constructor Details
-
ConversionRecipe
-
-
Method Details
-
create
public static ConversionRecipe create(net.minecraft.world.item.ItemStack from, net.minecraft.world.item.ItemStack to) -
matches
public boolean matches(net.minecraftforge.items.wrapper.RecipeWrapper inv, net.minecraft.world.level.Level worldIn) -
getMaxInputCount
protected int getMaxInputCount()- Specified by:
getMaxInputCountin classProcessingRecipe<net.minecraftforge.items.wrapper.RecipeWrapper>
-
getMaxOutputCount
protected int getMaxOutputCount()- Specified by:
getMaxOutputCountin classProcessingRecipe<net.minecraftforge.items.wrapper.RecipeWrapper>
-