Expansion for IIngredient

Link to expansion-for-iingredient

Tipo RisultatoImplicito
Tipo Risultato
IIngredientWithAmount
Implicito

Link to asIIngredientWithAmount

Name: asIIngredientWithAmount

Used implicitly when a machine can accept more than one item but you only provide one.

Return Type: IIngredientWithAmount

ZenScript
Copy
// IIngredient.asIIngredientWithAmount() as IIngredientWithAmount

<tag:items:forge:ingots>.asIIngredientWithAmount();

Name: mul

Use this in contexts where machines accept more than one item to state that fact.

Return Type: IIngredientWithAmount

ZenScript
Copy
IIngredient.mul(amount as int) as IIngredientWithAmount
ParametroTipoDescrizione
Parametro
amount
Tipo
int
Descrizione
No Description Provided

Name: reuse

Return Type: MCIngredientTransformed<IIngredient>

ZenScript
Copy
// IIngredient.reuse() as MCIngredientTransformed<IIngredient>

<tag:items:forge:ingots>.reuse();

Name: transform

Use this if you already have the transformer from another ingredient

Return Type: MCIngredientTransformed<IIngredient>

ZenScript
Copy
IIngredient.transform(transformer as IIngredientTransformer<IIngredient>) as MCIngredientTransformed<IIngredient>
ParametroTipoDescrizione
Parametro
trasformatore
Tipo
IIngredientTransformer<IIngredient>
Descrizione
No Description Provided

Name: transformCustom

Return Type: MCIngredientTransformed<IIngredient>

ZenScript
Copy
IIngredient.transformCustom(uid as string, function as Function<IItemStack,IItemStack>) as MCIngredientTransformed<IIngredient>
ParametroTipoDescrizioneOptionalDefaultValue
Parametro
uid
Tipo
string
Descrizione
No Description Provided
Optional
no
DefaultValue
Parametro
function
Tipo
Function<IItemStack,IItemStack>
Descrizione
No Description Provided
Optional
DefaultValue

Name: transformDamage

Return Type: MCIngredientTransformed<IIngredient>

ZenScript
Copy
IIngredient.transformDamage(amount as int) as MCIngredientTransformed<IIngredient>
ParametroTipoDescrizioneOptionalDefaultValue
Parametro
amount
Tipo
int
Descrizione
No Description Provided
Optional
DefaultValue
1

Link to transformReplace

Name: transformReplace

Return Type: MCIngredientTransformed<IIngredient>

ZenScript
Copy
IIngredient.transformReplace(replaceWith as IItemStack) as MCIngredientTransformed<IIngredient>
ParametroTipoDescrizione
Parametro
replaceWith
Tipo
IItemStack
Descrizione
No Description Provided