Class RecipeApplier
java.lang.Object
com.simibubi.create.foundation.recipe.RecipeApplier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyRecipeOn(net.minecraft.world.entity.item.ItemEntity entity, net.minecraft.world.item.crafting.Recipe<?> recipe, boolean returnProcessingRemainder) static List<net.minecraft.world.item.ItemStack> applyRecipeOn(net.minecraft.world.level.Level level, net.minecraft.world.item.ItemStack stackIn, net.minecraft.world.item.crafting.Recipe<?> recipe, boolean returnProcessingRemainder)
-
Constructor Details
-
RecipeApplier
public RecipeApplier()
-
-
Method Details
-
applyRecipeOn
public static void applyRecipeOn(net.minecraft.world.entity.item.ItemEntity entity, net.minecraft.world.item.crafting.Recipe<?> recipe, boolean returnProcessingRemainder) -
applyRecipeOn
public static List<net.minecraft.world.item.ItemStack> applyRecipeOn(net.minecraft.world.level.Level level, net.minecraft.world.item.ItemStack stackIn, net.minecraft.world.item.crafting.Recipe<?> recipe, boolean returnProcessingRemainder)
-