MCParsedCommandNode

Link to mcparsedcommandnode

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
Copy
import crafttweaker.api.commands.custom.MCParsedCommandNode;
Tipo RisultatoImplicito
Tipo Risultato
string
Implicito

Name: equals

Return Type: boolean

ZenScript
Copy
MCParsedCommandNode.equals(o as Object) as boolean
ParametroTipoDescrizione
Parametro
o
Tipo
Object
Descrizione
No Description Provided

Name: getNode

Return Type: MCCommandNode

ZenScript
Copy
// MCParsedCommandNode.getNode() as MCCommandNode

myMCParsedCommandNode.getNode();

Name: getRange

Return Type: MCStringRange

ZenScript
Copy
// MCParsedCommandNode.getRange() as MCStringRange

myMCParsedCommandNode.getRange();

Name: hashCode

Return Type: int

ZenScript
Copy
// MCParsedCommandNode.hashCode() as int

myMCParsedCommandNode.hashCode();

Name: toString

Return Type: string

ZenScript
Copy
// MCParsedCommandNode.toString() as string

myMCParsedCommandNode.toString();

Name: EQUALS

ZenScript
Copy
myMCParsedCommandNode == o come oggetto