Модификатор перенаправления MCSingleRedirectModifier

Link to модификатор-перенаправления-mcsingleredirectmodifier

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

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

No Description Provided

ZenScript
Copy
new MCSingleRedirectModifier(fun as Function<MCCommandContext,MCCommandSource>) as MCSingleRedirectModifier
ПараметрТипОписание
Параметр
весело
Тип
Function<MCCommandContext,MCCommandSource>
Описание
No Description Provided
Тип результатаЯвляется неявным
Тип результата
string
Является неявным
true

Name: apply

Return Type: MCCommandSource

ZenScript
Copy
MCSingleRedirectModifier.apply(context as MCCommandContext) as MCCommandSource
ПараметрТипОписание
Параметр
контекст
Тип
MCCommandContext
Описание
No Description Provided

Name: equals

Return Type: boolean

ZenScript
Copy
MCSingleRedirectModifier.equals(o as Object) as boolean
ПараметрТипОписание
Параметр
o
Тип
Object
Описание
No Description Provided

Name: hashCode

Return Type: int

ZenScript
Copy
// MCSingleRedirectModifier.hashCode() as int

myMCSingleRedirectModifier.hashCode();

Name: toString

Return Type: string

ZenScript
Copy
// MCSingleRedirectModifier.toString() as string

myMCSingleRedirectModifier.toString();

Операторы

Link to операторы

Name: EQUALS

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