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.Style;

Name: empty

Return Type: Style

ZenScript
Copy
// Style.empty() as Style

Style.empty();

Name: applyFormat

Return Type: Style

ZenScript
Copy
Style.applyFormat(format as ChatFormatting) as Style
参数类型描述
参数
format
类型
ChatFormatting
描述
No Description Provided

Name: applyFormats

Return Type: Style

ZenScript
Copy
Style.applyFormats(formattings as ChatFormatting[]) as Style
参数类型描述
参数
formattings
类型
ChatFormatting[]
描述
No Description Provided

Link to applyLegacyFormat

Name: applyLegacyFormat

Return Type: Style

ZenScript
Copy
Style.applyLegacyFormat(format as ChatFormatting) as Style
参数类型描述
参数
format
类型
ChatFormatting
描述
No Description Provided

Name: applyTo

Return Type: Style

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

Name: getColor

Return Type: TextColor

ZenScript
Copy
// Style.getColor() as TextColor

myStyle.getColor();

Name: getFont

Return Type: ResourceLocation

ZenScript
Copy
// Style.getFont() as ResourceLocation

myStyle.getFont();

Name: getInsertion

Return Type: invalid

ZenScript
Copy
// Style.getInsertion() as invalid

myStyle.getInsertion();

Name: isBold

Return Type: boolean

ZenScript
Copy
// Style.isBold() as boolean

myStyle.isBold();

Name: isEmpty

Return Type: boolean

ZenScript
Copy
// Style.isEmpty() as boolean

myStyle.isEmpty();

Name: isItalic

Return Type: boolean

ZenScript
Copy
// Style.isItalic() as boolean

myStyle.isItalic();

Name: isObfuscated

Return Type: boolean

ZenScript
Copy
// Style.isObfuscated() as boolean

myStyle.isObfuscated();

Name: isStrikethrough

Return Type: boolean

ZenScript
Copy
// Style.isStrikethrough() as boolean

myStyle.isStrikethrough();

Name: isUnderlined

Return Type: boolean

ZenScript
Copy
// Style.isUnderlined() as boolean

myStyle.isUnderlined();

Name: withBold

Return Type: Style

ZenScript
Copy
Style.withBold(value as invalid) as Style
参数类型描述
参数
value
类型
invalid
描述
No Description Provided

Name: withColor

Return Type: Style

ZenScript
Copy
Style.withColor(color as int) as Style
参数类型描述
参数
color
类型
int
描述
No Description Provided

Name: withColor

Return Type: Style

ZenScript
Copy
Style.withColor(formatting as ChatFormatting) as Style
参数类型描述
参数
格式化
类型
ChatFormatting
描述
No Description Provided

Name: withColor

Return Type: Style

ZenScript
Copy
Style.withColor(textColor as TextColor) as Style
参数类型描述
参数
textColor
类型
TextColor
描述
No Description Provided

Name: withFont

Return Type: Style

ZenScript
Copy
Style.withFont(fontId as ResourceLocation) as Style
参数类型描述
参数
fontId
类型
资源位置
描述
No Description Provided

Name: withInsertion

Return Type: Style

ZenScript
Copy
Style.withInsertion(content as invalid) as Style
参数类型描述
参数
内容
类型
invalid
描述
No Description Provided

Name: withItalic

Return Type: Style

ZenScript
Copy
Style.withItalic(value as bool?) as Style
参数类型描述
参数
value
类型
bool?
描述
No Description Provided

Name: withObfuscated

Return Type: Style

ZenScript
Copy
Style.withObfuscated(value as invalid) as Style
参数类型描述
参数
value
类型
invalid
描述
No Description Provided

Link to withStrikethrough

Name: withStrikethrough

Return Type: Style

ZenScript
Copy
Style.withStrikethrough(value as invalid) as Style
参数类型描述
参数
value
类型
invalid
描述
No Description Provided

Name: withUnderlined

Return Type: Style

ZenScript
Copy
Style.withUnderlined(value as invalid) as Style
参数类型描述
参数
value
类型
invalid
描述
No Description Provided
名称类型可获得可设置描述
名称
bold
类型
布尔值
可获得
true
可设置
false
描述
No Description Provided
名称
color
类型
TextColor
可获得
true
可设置
false
描述
No Description Provided
名称
empty
类型
布尔值
可获得
true
可设置
false
描述
No Description Provided
名称
font
类型
资源位置
可获得
true
可设置
false
描述
No Description Provided
名称
插入
类型
invalid
可获得
true
可设置
false
描述
No Description Provided
名称
italic
类型
布尔值
可获得
true
可设置
false
描述
No Description Provided
名称
obfucated
类型
布尔值
可获得
true
可设置
false
描述
No Description Provided
名称
strikethrough
类型
布尔值
可获得
true
可设置
false
描述
No Description Provided
名称
下划线
类型
布尔值
可获得
true
可设置
false
描述
No Description Provided