Expansion for IItemStack

Link to expansion-for-iitemstack

Link to canPerformAction

Name: canPerformAction

Checks if this item can perform the given ToolAction.

Returns: True if it can perform the action, false otherwise.
Return Type: boolean

ZenScript
Copy
IItemStack.canPerformAction(action as ToolAction) as boolean
参数类型描述
参数
action
类型
ToolAction
描述
The action to perform.