IIngredientTransformer<T : IIngredient>
Link to iingredienttransformert--iingredient
Импорт класса
Link to импорт-класса
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
ZenScript Copyimport crafttweaker.api.ingredient.transform.IIngredientTransformer;
Методы
Link to методы
Name: getCommandString
Return Type: string
ZenScript CopyIIngredientTransformer.getCommandString(transformedIngredient as T) as string
Параметр | Тип |
---|---|
Параметр transformedIngredient | Тип T |
Name: transform
Return Type: IItemStack
ZenScript CopyIIngredientTransformer.transform(stack as IItemStack) as IItemStack
Параметр | Тип |
---|---|
Параметр stack | Тип IItemStack |