MCSingleRedirectModifier
Importing the class
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.
import crafttweaker.api.commands.custom.MCSingleRedirectModifier;
Constructors
No Description Provided
new MCSingleRedirectModifier(fun as Function<MCCommandContext,MCCommandSource>) as MCSingleRedirectModifier
Parameter | Type | Description |
---|---|---|
Parameter fun | Type Function<MCCommandContext,MCCommandSource> | Description No Description Provided |
Casters
Result type | Is Implicit |
---|---|
Result type string | Is Implicit true |
Methods
Return Type: MCCommandSource
MCSingleRedirectModifier.apply(context as MCCommandContext) as MCCommandSource
Parameter | Type | Description |
---|---|---|
Parameter context | Type MCCommandContext | Description No Description Provided |
Return Type: boolean
MCSingleRedirectModifier.equals(o as Object) as boolean
Parameter | Type | Description |
---|---|---|
Parameter o | Type Object | Description No Description Provided |
Return Type: int
// MCSingleRedirectModifier.hashCode() as int
myMCSingleRedirectModifier.hashCode();
Return Type: string
// MCSingleRedirectModifier.toString() as string
myMCSingleRedirectModifier.toString();
Operators
myMCSingleRedirectModifier == o as Object