MutableComponent
Link to mutablecomponent
Importing the class
Link to 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.
ZenScript Copyimport crafttweaker.api.text.MutableComponent;
Implemented Interfaces
Link to implemented-interfaces
MutableComponent implements the following interfaces. That means all methods defined in these interfaces are also available in MutableComponent
Methods
Link to methods
Name: append
Return Type: MutableComponent
ZenScript CopyMutableComponent.append(component as Component) as MutableComponent
Parameter | Type | Description |
---|---|---|
Parameter component | Type Component | Description No Description Provided |
Name: append
Return Type: MutableComponent
ZenScript CopyMutableComponent.append(content as string) as MutableComponent
Parameter | Type | Description |
---|---|---|
Parameter contenido | Type string | Description No Description Provided |
Name: setStyle
Return Type: MutableComponent
ZenScript CopyMutableComponent.setStyle(style as Style) as MutableComponent
Parameter | Type | Description |
---|---|---|
Parameter estilo | Type Style | Description No Description Provided |
Name: withStyle
Return Type: MutableComponent
ZenScript CopyMutableComponent.withStyle(formatting as ChatFormatting[]) as MutableComponent
Parameter | Type | Description |
---|---|---|
Parameter formateo | Type ChatFormatting[] | Description No Description Provided |
Name: withStyle
Return Type: MutableComponent
ZenScript CopyMutableComponent.withStyle(style as Style) as MutableComponent
Parameter | Type | Description |
---|---|---|
Parameter estilo | Type Style | Description No Description Provided |
Name: withStyle
Return Type: MutableComponent
ZenScript CopyMutableComponent.withStyle(styleOperator as Function<Style,Style>) as MutableComponent
Parameter | Type | Description |
---|---|---|
Parameter styleOperator | Type Function<Style,Style> | Description No Description Provided |