MCSingleRedirectModifizierer
Link to mcsingleredirectmodifizierer
Diese Klasse importieren
Link to diese-klasse-importieren
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.MCSingleRedirectModifier;
Constructors
Link to constructors
No Description Provided
ZenScript Copynew MCSingleRedirectModifier(fun as Function<MCCommandContext,MCCommandSource>) as MCSingleRedirectModifier
Parameter | Type | Beschreibung |
---|---|---|
Parameter lustig | Type Function<MCCommandContext,MCCommandSource> | Beschreibung No Description Provided |
Casters
Link to casters
Result type | Is Implicit |
---|---|
Result type string | Is Implicit true |
Methoden
Link to methoden
Name: apply
Return Type: MCCommandSource
ZenScript CopyMCSingleRedirectModifier.apply(context as MCCommandContext) as MCCommandSource
Parameter | Type | Beschreibung |
---|---|---|
Parameter kontext | Type MCCommandContext | Beschreibung No Description Provided |
Name: equals
Return Type: boolean
ZenScript CopyMCSingleRedirectModifier.equals(o as Object) as boolean
Parameter | Type | Beschreibung |
---|---|---|
Parameter o | Type Object | Beschreibung 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();
Operatoren
Link to operatoren
Name: EQUALS
ZenScriptCopymyMCSingleRedirectModifier == o als Objekt