MCSuggestionContext

Link to mcsuggestioncontext

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

Name: equals

Return Type: boolean

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

Name: getParent

Return Type: MCCommandNode

ZenScript
Copy
// MCSuggestionContext.getParent() as MCCommandNode

myMCSuggestionContext.getParent();

Name: getStartPos

Return Type: int

ZenScript
Copy
// MCSuggestionContext.getStartPos() as int

myMCSuggestionContext.getStartPos();

Name: hashCode

Return Type: int

ZenScript
Copy
// MCSuggestionContext.hashCode() as int

myMCSuggestionContext.hashCode();

Name: toString

Return Type: string

ZenScript
Copy
// MCSuggestionContext.toString() as string

myMCSuggestionContext.toString();

Name: EQUALS

ZenScript
Copy
myMCSuggestionContext == o 为对象