public interface IRecipeContainer
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| 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.