ITooltipFunction
Link to itooltipfunction
Importing the class
Link to importing-the-class
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.item.tooltip.ITooltipFunction;
Methods
Link to methods
Name: apply
Return Type: void
ZenScript CopyITooltipFunction.apply(stack as IItemStack, tooltip as stdlib.List<Component>, isAdvanced as invalid) as void
Parameter | Type | Description |
---|---|---|
Parameter stack | Type IItemStack | Description No Description Provided |
Parameter descripciĆ³n | Type stdlib.List<Component> | Description No Description Provided |
Parameter isAdvanced | Type invalid | Description No Description Provided |