MCAmbiguityConsumer

Link to mcambiguityconsumer

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
Copy
import crafttweaker.api.commands.custom.MCAmbiguityConsumer;

Name: ambiguous

Return Type: void

ZenScript
Copy
MCAmbiguityConsumer.ambiguous(parent as MCCommandNode, child as MCCommandNode, sibling as MCCommandNode, inputs as Collection<string>) as void
参数类型描述
参数
parent
类型
MCCommand节点
描述
No Description Provided
参数
子节点
类型
MCCommand节点
描述
No Description Provided
参数
兄弟姐妹的
类型
MCCommand节点
描述
No Description Provided
参数
inputs
类型
Collection<string>
描述
No Description Provided