MCAmbiguityConsumer
Link to mcambiguityconsumer
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.commands.custom.MCAmbiguityConsumer;
Methods
Link to methods
Name: ambiguous
Return Type: void
ZenScript CopyMCAmbiguityConsumer.ambiguous(parent as MCCommandNode, child as MCCommandNode, sibling as MCCommandNode, inputs as Collection<string>) as void
Parameter | Type | Description |
---|---|---|
Parameter parent | Type Nodo MCComando | Description No Description Provided |
Parameter niño | Type Nodo MCComando | Description No Description Provided |
Parameter hermano | Type Nodo MCComando | Description No Description Provided |
Parameter inputs | Type Collection<string> | Description No Description Provided |