MCSuggestionProvider
Link to mcsuggestionprovider
导入类
Link to 导入类
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 Copyimport crafttweaker.api.commands.custom.MCSuggestionProvider;
Constructor #构造函数
Link to constructor-构造函数
No Description Provided
ZenScript Copynew MCSuggestionProvider(fun as BiFunction<MCCommandContext,MCSuggestionsBuilder,MCSuggestions>) as MCSuggestionProvider
参数 | 类型 | 描述 |
---|---|---|
参数 有趣的 | 类型 BiFunction<MCCommandContext,MCSuggestionsBuilder,MCSuggestions> | 描述 No Description Provided |
Casters
Link to casters
结果类型 | 是否隐藏 |
---|---|
结果类型 string | 是否隐藏 true |
使用方式
Link to 使用方式
Name: equals
Return Type: boolean
ZenScript CopyMCSuggestionProvider.equals(o as Object) as boolean
参数 | 类型 | 描述 |
---|---|---|
参数 o | 类型 Object | 描述 No Description Provided |
Name: getSuggestions
Return Type: MCSuggestions
ZenScript CopyMCSuggestionProvider.getSuggestions(context as MCCommandContext, builder as MCSuggestionsBuilder) as MCSuggestions
参数 | 类型 | 描述 |
---|---|---|
参数 上下文: | 类型 MCCommandContext | 描述 No Description Provided |
参数 生成器 | 类型 MCSuggestionsBuilder | 描述 No Description Provided |
Name: hashCode
Return Type: int
ZenScript Copy// MCSuggestionProvider.hashCode() as int
myMCSuggestionProvider.hashCode();
Name: toString
Return Type: string
ZenScript Copy// MCSuggestionProvider.toString() as string
myMCSuggestionProvider.toString();
运算符
Link to 运算符
Name: EQUALS
ZenScriptCopymyMCSuggestionProvider == o 为对象