Package com.blamejared.crafttweaker.api.recipe.handler
package com.blamejared.crafttweaker.api.recipe.handler
-
ClassDescriptionIRecipeHandler<T extends net.minecraft.world.item.crafting.Recipe<?>>Represents a handler for a specific type of recipe indicated by the generic parameter.Annotates a
IRecipeHandlerindicating which recipe classes it is able to handle.Container for theIRecipeHandler.Forannotation.Exception that indicates that the current recipe handler does not support replacing for the targeted recipe class.Represents a rule used for replacement of various ingredients inside a recipe.Represents a rule used to identify which recipes should have their ingredients replaced byIReplacementRules.