MCParsedArgument
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.
import crafttweaker.api.commands.custom.MCParsedArgument;
Casters
Result type | Is Implicit |
---|---|
Result type string | Is Implicit true |
Methods
Return Type: boolean
MCParsedArgument.equals(o as Object) as boolean
Parameter | Type | Description |
---|---|---|
Parameter o | Type Object | Description No Description Provided |
Return Type: MCStringRange
// MCParsedArgument.getRange() as MCStringRange
myMCParsedArgument.getRange();
Return Type: int
// MCParsedArgument.hashCode() as int
myMCParsedArgument.hashCode();
Return Type: string
// MCParsedArgument.toString() as string
myMCParsedArgument.toString();
Operators
myMCParsedArgument == o as Object