MCAmbiguityConsumer

Link to mcambiguityconsumer

Импорт класса

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
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
Тип
MCCommandNode
Описание
No Description Provided
Параметр
ребенок
Тип
MCCommandNode
Описание
No Description Provided
Параметр
сближение
Тип
MCCommandNode
Описание
No Description Provided
Параметр
inputs
Тип
Collection<string>
Описание
No Description Provided