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.MCSuggestion;
结果类型是否隐藏
结果类型
string
是否隐藏
true

Name: apply

Return Type: string

ZenScript
Copy
MCSuggestion.apply(input as string) as string
参数类型描述
参数
input(输入)
类型
string
描述
No Description Provided

Name: compareTo

Return Type: int

ZenScript
Copy
MCSuggestion.compareTo(o as MCSuggestion) as int
参数类型描述
参数
o
类型
MCSuggestion
描述
No Description Provided

Link to compareToIgnoreCase

Name: compareToIgnoreCase

Return Type: int

ZenScript
Copy
MCSuggestion.compareToIgnoreCase(b as MCSuggestion) as int
参数类型描述
参数
b
类型
MCSuggestion
描述
No Description Provided

Name: equals

Return Type: boolean

ZenScript
Copy
MCSuggestion.equals(o as Object) as boolean
参数类型描述
参数
o
类型
Object
描述
No Description Provided

Name: expandWith

Return Type: MCSuggestion

ZenScript
Copy
MCSuggestion.expandWith(command as string, range as MCStringRange) as MCSuggestion
参数类型描述
参数
command
类型
string
描述
No Description Provided
参数
range
类型
MCStringRange
描述
No Description Provided

Name: getRange

Return Type: MCStringRange

ZenScript
Copy
// MCSuggestion.getRange() as MCStringRange

myMCSuggestion.getRange();

Name: getText

Return Type: string

ZenScript
Copy
// MCSuggestion.getText() as string

myMCSuggestion.getText();

Name: getTooltip

Return Type: string

ZenScript
Copy
// MCSuggestion.getTooltip() as string

myMCSuggestion.getTooltip();

Name: hashCode

Return Type: int

ZenScript
Copy
// MCSuggestion.hashCode() as int

myMCSuggestion.hashCode();

Name: toString

Return Type: string

ZenScript
Copy
// MCSuggestion.toString() as string

myMCSuggestion.toString();

Name: EQUALS

ZenScript
Copy
myMCSuggestion == o 为对象