Home Migration Guide Getting Started With Scripts Commands Examples
BracketHandlers

ITooltipFunction

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.

script.zs
import crafttweaker.api.item.tooltip.ITooltipFunction;

Methods

Return Type: void

script.zs
ITooltipFunction.apply(stack as IItemStack, tooltip as stdlib.List<MCTextComponent>, isAdvanced as boolean) as void
ParameterTypeDescription
Parameter
stack
Type
IItemStack
Description
No Description Provided
Parameter
tooltip
Type
stdlib.List<MCTextComponent>
Description
No Description Provided
Parameter
isAdvanced
Type
boolean
Description
No Description Provided