МCRedirectМодификатор

Link to мcredirectмодификатор

Импорт класса

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
Copy
import crafttweaker.api.commands.custom.MCRedirectModifier;

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();

Операторы

Link to операторы

Name: EQUALS

ZenScript
Copy
myMCRedirectModifier == o как объект