public interface ICraftingMedium
Modifier and Type | Method and Description |
---|---|
boolean |
isBusy() |
boolean |
pushPattern(ICraftingPatternDetails patternDetails,
net.minecraft.inventory.InventoryCrafting table)
instruct a medium to create the item represented by the pattern+details, the items on the table, and where if
possible the output should be directed.
|
boolean pushPattern(ICraftingPatternDetails patternDetails, net.minecraft.inventory.InventoryCrafting table)
patternDetails
- detailstable
- crafting tableboolean isBusy()