MCParsedArgument

Link to mcparsedargument

Diese Klasse importieren

Link to diese-klasse-importieren

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;
Result typeIs Implicit
Result type
string
Is Implicit
true

Name: equals

Return Type: boolean

ZenScript
Copy
MCParsedArgument.equals(o as Object) as boolean
ParameterTypeBeschreibung
Parameter
o
Type
Object
Beschreibung
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 als Objekt