TextFormatting
Link to textformatting
导入类
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.TextFormatting;
已实现的接口
Link to 已实现的接口
TextFormatting implements the following interfaces. That means all methods defined in these interfaces are also available in TextFormatting
Casters
Link to casters
结果类型 | 是否隐藏 |
---|---|
结果类型 MC样式 | 是否隐藏 true |
结果类型 string | 是否隐藏 true |
名称 | 类型 | 可获得 | 可设置 | 描述 |
---|---|---|---|---|
名称 colorIndex | 类型 int | 可获得 true | 可设置 false | 描述 No Description Provided |
名称 fancyStyling | 类型 布尔值 | 可获得 true | 可设置 false | 描述 No Description Provided |
名称 friendlyName | 类型 string | 可获得 true | 可设置 false | 描述 No Description Provided |
名称 isColor | 类型 布尔值 | 可获得 true | 可设置 false | 描述 No Description Provided |