public interface ICraftingRecipe<I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>>
| Modifier and Type | Method and Description |
|---|---|
S |
getResult(net.lenni0451.mcstructs.items.ItemRegistry<I,S> itemRegistry,
ICraftingInventory<I,S> craftingInventory) |
boolean |
matches(net.lenni0451.mcstructs.items.ItemRegistry<I,S> itemRegistry,
ICraftingInventory<I,S> craftingInventory) |