MutableComponent
Link to mutablecomponent
Импорт класса
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 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
Методы
Link to методы
Name: append
Return Type: MutableComponent
ZenScript CopyMutableComponent.append(component as Component) as MutableComponent
Параметр | Тип |
---|---|
Параметр component | Тип Component |
Name: append
Return Type: MutableComponent
ZenScript CopyMutableComponent.append(content as string) as MutableComponent
Параметр | Тип |
---|---|
Параметр контент | Тип string |
Name: setStyle
Return Type: MutableComponent
ZenScript CopyMutableComponent.setStyle(style as Style) as MutableComponent
Параметр | Тип |
---|---|
Параметр стиль | Тип Стиль |
Name: withStyle
Return Type: MutableComponent
ZenScript CopyMutableComponent.withStyle(formatting as ChatFormatting[]) as MutableComponent
Параметр | Тип |
---|---|
Параметр форматирование | Тип ChatFormatting[] |
Name: withStyle
Return Type: MutableComponent
ZenScript CopyMutableComponent.withStyle(style as Style) as MutableComponent
Параметр | Тип |
---|---|
Параметр стиль | Тип Стиль |
Name: withStyle
Return Type: MutableComponent
ZenScript CopyMutableComponent.withStyle(styleOperator as Function<Style,Style>) as MutableComponent
Параметр | Тип |
---|---|
Параметр styleOperator | Тип Function<Style,Style> |