MutableComponent

Link to mutablecomponent

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
Copy
import crafttweaker.api.text.MutableComponent;

已实现的接口

Link to 已实现的接口

MutableComponent implements the following interfaces. That means all methods defined in these interfaces are also available in MutableComponent

Name: append

Return Type: MutableComponent

ZenScript
Copy
MutableComponent.append(component as Component) as MutableComponent
参数类型描述
参数
component
类型
Component
描述
No Description Provided

Name: append

Return Type: MutableComponent

ZenScript
Copy
MutableComponent.append(content as string) as MutableComponent
参数类型描述
参数
内容
类型
string
描述
No Description Provided

Name: setStyle

Return Type: MutableComponent

ZenScript
Copy
MutableComponent.setStyle(style as Style) as MutableComponent
参数类型描述
参数
样式
类型
Style
描述
No Description Provided

Name: withStyle

Return Type: MutableComponent

ZenScript
Copy
MutableComponent.withStyle(formatting as ChatFormatting[]) as MutableComponent
参数类型描述
参数
格式化
类型
ChatFormatting[]
描述
No Description Provided

Name: withStyle

Return Type: MutableComponent

ZenScript
Copy
MutableComponent.withStyle(style as Style) as MutableComponent
参数类型描述
参数
样式
类型
Style
描述
No Description Provided

Name: withStyle

Return Type: MutableComponent

ZenScript
Copy
MutableComponent.withStyle(styleOperator as Function<Style,Style>) as MutableComponent
参数类型描述
参数
styleOperator
类型
Function<Style,Style>
描述
No Description Provided