public class RecipeCache<T extends net.minecraft.item.crafting.IRecipe<net.minecraft.inventory.IInventory>>
extends java.lang.Object
Constructor and Description |
---|
RecipeCache(net.minecraft.item.crafting.IRecipeType<T> recipeType,
int ingredientSize) |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<T> |
getRecipe(net.minecraft.world.World world,
net.minecraftforge.items.wrapper.RecipeWrapper recipeWrapper) |