MCAmbiguityConsumer
Link to mcambiguityconsumer
Importare la Classe
Link to importare-la-classe
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;
Metodi
Link to metodi
Name: ambiguous
Return Type: void
ZenScript CopyMCAmbiguityConsumer.ambiguous(parent as MCCommandNode, child as MCCommandNode, sibling as MCCommandNode, inputs as Collection<string>) as void
Parametro | Tipo | Descrizione |
---|---|---|
Parametro parent | Tipo MCCommandNode | Descrizione No Description Provided |
Parametro figlio | Tipo MCCommandNode | Descrizione No Description Provided |
Parametro fratello | Tipo MCCommandNode | Descrizione No Description Provided |
Parametro inputs | Tipo Collection<string> | Descrizione No Description Provided |