All Methods Static Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
default boolean |
canConstruct(IInventory inputInventory,
IInventory outputInventory) |
static ICompendiumRecipe |
forName(ResourceName name) |
default java.util.List<IUseInfo> |
getActualInputs(IInventory inventory) |
default java.util.List<ItemInstance> |
getActualOutputs(IInventory inputInventory,
IInventory outputInventory,
java.util.List<ItemInstance> inputs) |
default ComponentConstruct |
getConstructButton(Gui gui,
AbstractEntityPlayer player,
TileEntity machine,
boolean canConstruct) |
default java.util.List<ComponentIngredient> |
getIngredientButtons(Gui gui,
AbstractEntityPlayer player,
ResourceName tex) |
java.util.List<IUseInfo> |
getInputs() |
ResourceName |
getName() |
java.util.List<ItemInstance> |
getOutputs() |
default ComponentPolaroid |
getPolaroidButton(Gui gui,
AbstractEntityPlayer player,
boolean canConstruct,
ResourceName tex) |
default boolean |
isKnowledge() |
default boolean |
isKnown(AbstractEntityPlayer player) |