I - The type of the item (e.g. Integer)S - The type of the item stack (e.g. LegacyItemStack)public interface ICraftingContainer<I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>>
| Modifier and Type | Method and Description |
|---|---|
void |
craftingUpdate(net.lenni0451.mcstructs.recipes.ICraftingInventory<I,S> craftingInventory)
Update the crafting inventory.
|