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