MC重定向修改器

Link to mc重定向修改器

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.MCRedirectModifier;

Constructor #构造函数

Link to constructor-构造函数

No Description Provided

ZenScript
Copy
new MCRedirectModifier(fun as Function<MCCommandContext,Collection<MCCommandSource>>) as MCRedirectModifier
参数类型描述
参数
有趣的
类型
Function<MCCommandContext,Collection<MCCommandSource>>
描述
No Description Provided
结果类型是否隐藏
结果类型
string
是否隐藏
true

Name: apply

Return Type: Collection<MCCommandSource>

ZenScript
Copy
MCRedirectModifier.apply(context as MCCommandContext) as Collection<MCCommandSource>
参数类型描述
参数
上下文:
类型
MCCommandContext
描述
No Description Provided

Name: equals

Return Type: boolean

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

Name: hashCode

Return Type: int

ZenScript
Copy
// MCRedirectModifier.hashCode() as int

myMCRedirectModifier.hashCode();

Name: toString

Return Type: string

ZenScript
Copy
// MCRedirectModifier.toString() as string

myMCRedirectModifier.toString();

Name: EQUALS

ZenScript
Copy
myMCRedctModifier == o 为对象