public interface IRecipeContainer
Modifier and Type | Method and Description |
---|---|
CraftingInventory |
getCraftMatrix()
The crafting matrix of your container, where ingredients go for crafting.
|
CraftResultInventory |
getCraftResult()
The crafting result slot of your container, where you take out the crafted item.
|
CraftResultInventory getCraftResult()
ContainerWorkbench
is ContainerWorkbench#craftResult
.
The equivalent for ContainerPlayer
is ContainerPlayer#craftResult
.CraftingInventory getCraftMatrix()
ContainerWorkbench
is ContainerWorkbench#craftMatrix
.
The equivalent for ContainerPlayer
is ContainerPlayer#craftMatrix
.