ICraftingInfo
Link to icraftinginfo
The IcraftingInfo object contains all kinds of information on the crafting process itself:
Importare la Classe
Link to importare-la-classe
It might be required to import the class to avoid errors.
import crafttweaker.recipes.ICraftingInventory
ZenGetters
Link to zengetters
ZenGetter | ||
---|---|---|
ZenGetter inventory | ICraftingInventory | The inventory the crafting is performed in |
ZenGetter player | IPlayer | The player conducting the crafting |
ZenGetter dimension | int | The dimension the crafting process is performed in |