| Interface | Description |
|---|---|
| ICraftingInventory<I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>> |
The base interface for crafting inventories.
|
| ICraftingRecipe<I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>> |
The base interface for crafting recipes.
|
| Class | Description |
|---|---|
| ARecipeRegistry<I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>> |
The registry for all crafting/furnace/villager recipes.
|
| VillagerRecipe<I,S extends net.lenni0451.mcstructs.items.AItemStack<I,S>> |
The wrapper class for villager recipes.
|