public interface IRecipe
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResUseInfo> |
getInputs() |
java.util.List<ItemInstance> |
getOutputs() |
static boolean |
matchesInv(IRecipe recipe,
IInventory inventory) |
static boolean matchesInv(IRecipe recipe, IInventory inventory)
java.util.List<ResUseInfo> getInputs()
java.util.List<ItemInstance> getOutputs()