DeployerApplicationRecipe
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import mods.createtweaker.DeployerApplicationRecipe;
Extends
DeployerApplicationRecipe extends ItemApplicationRecipe
.
Implements
DeployerApplicationRecipe
implements the following interfaces:
IAssemblyRecipe
,Recipe<Container>
Members
myDeployerApplicationRecipe.fluidIngredients
Return Type:
List<FluidIngredient>
myDeployerApplicationRecipe.fluidResults
Return Type:
List<IFluidStack>
// DeployerApplicationRecipe.processedItem as IIngredientmyDeployerApplicationRecipe.processedItem
Return Type:
IIngredient
Returns: The processed Item.
myDeployerApplicationRecipe.processedItem();
Return Type:
IIngredient
// DeployerApplicationRecipe.processingDuration as intmyDeployerApplicationRecipe.processingDuration
Return Type:
int
// DeployerApplicationRecipe.processingDuration() as int;myDeployerApplicationRecipe.processingDuration();
Return Type:
int
// DeployerApplicationRecipe.requiredHeat as HeatConditionmyDeployerApplicationRecipe.requiredHeat
Return Type:
HeatCondition
// DeployerApplicationRecipe.requiredHeldItem as IIngredientmyDeployerApplicationRecipe.requiredHeldItem
Return Type:
IIngredient
Returns: The required held item.
myDeployerApplicationRecipe.requiredHeldItem();
Return Type:
IIngredient
myDeployerApplicationRecipe.rollableResults
Return Type:
List<ProcessingOutput>
myDeployerApplicationRecipe.rollableResultsAsItemStacks
Return Type:
List<IItemStack>
// DeployerApplicationRecipe.shouldKeepHeldItem as boolmyDeployerApplicationRecipe.shouldKeepHeldItem
Return Type:
bool
Returns: True if the recipe keeps the held item. False otherwise.
// DeployerApplicationRecipe.shouldKeepHeldItem() as bool;myDeployerApplicationRecipe.shouldKeepHeldItem();
Return Type:
bool
// DeployerApplicationRecipe.supportsAssembly as boolmyDeployerApplicationRecipe.supportsAssembly
Return Type:
bool
Returns: True if it is supported. False otherwise.
// DeployerApplicationRecipe.supportsAssembly() as bool;myDeployerApplicationRecipe.supportsAssembly();
Return Type:
bool