MCParsedArgument

Link to mcparsedargument

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.MCParsedArgument;
Tipo RisultatoImplicito
Tipo Risultato
string
Implicito

Name: equals

Return Type: boolean

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

Name: getRange

Return Type: MCStringRange

ZenScript
Copy
// MCParsedArgument.getRange() as MCStringRange

myMCParsedArgument.getRange();

Name: hashCode

Return Type: int

ZenScript
Copy
// MCParsedArgument.hashCode() as int

myMCParsedArgument.hashCode();

Name: toString

Return Type: string

ZenScript
Copy
// MCParsedArgument.toString() as string

myMCParsedArgument.toString();

Name: EQUALS

ZenScript
Copy
myMCParsedArgument == o come oggetto