MCRedirectModifier
Link to mcredirectmodifier
Importare la Classe
Link to importare-la-classe
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.MCRedirectModifier;
Constructors
Link to constructors
No Description Provided
ZenScript Copynew MCRedirectModifier(fun as Function<MCCommandContext,Collection<MCCommandSource>>) as MCRedirectModifier
Parametro | Tipo | Descrizione |
---|---|---|
Parametro divertente | Tipo Function<MCCommandContext,Collection<MCCommandSource>> | Descrizione No Description Provided |
Caster
Link to caster
Tipo Risultato | Implicito |
---|---|
Tipo Risultato string | Implicito sì |
Metodi
Link to metodi
Name: apply
Return Type: Collection<MCCommandSource>
ZenScript CopyMCRedirectModifier.apply(context as MCCommandContext) as Collection<MCCommandSource>
Parametro | Tipo | Descrizione |
---|---|---|
Parametro contesto | Tipo MCCommandContext | Descrizione No Description Provided |
Name: equals
Return Type: boolean
ZenScript CopyMCRedirectModifier.equals(o as Object) as boolean
Parametro | Tipo | Descrizione |
---|---|---|
Parametro o | Tipo Object | Descrizione 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();
Operators
Link to operators
Name: EQUALS
ZenScriptCopymyMCRedirectModifier == o come oggetto