ChatFormatting
Link to chatformatting
Importare la Classe
Link to importare-la-classe
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.ChatFormatting;
Interfacce Implementate
Link to interfacce-implementate
ChatFormatting implements the following interfaces. That means all methods defined in these interfaces are also available in ChatFormatting
Enum Constants
Link to enum-constants
ChatFormatting is an enum. It has 22 enum constants. They are accessible using the code below.
ZenScript Copy<constant:minecraft:formatting:black>
<constant:minecraft:formatting:dark_blue>
<constant:minecraft:formatting:dark_green>
<constant:minecraft:formatting:dark_aqua>
<constant:minecraft:formatting:dark_red>
<constant:minecraft:formatting:dark_purple>
<constant:minecraft:formatting:gold>
<constant:minecraft:formatting:gray>
<constant:minecraft:formatting:dark_gray>
<constant:minecraft:formatting:blue>
<constant:minecraft:formatting:green>
<constant:minecraft:formatting:aqua>
<constant:minecraft:formatting:red>
<constant:minecraft:formatting:light_purple>
<constant:minecraft:formatting:yellow>
<constant:minecraft:formatting:white>
<constant:minecraft:formatting:obfuscated>
<constant:minecraft:formatting:bold>
<constant:minecraft:formatting:strikethrough>
<constant:minecraft:formatting:underline>
<constant:minecraft:formatting:italic>
<constant:minecraft:formatting:reset>
Caster
Link to caster
Result Type | Implicito |
---|---|
Result Type string | Implicito sì |
Result Type Style | Implicito sì |
Metodi
Link to metodi
Name: asStyle
Return Type: Style
ZenScript Copy// ChatFormatting.asStyle() as Style
myChatFormatting.asStyle();
Name: getChar
Return Type: char
ZenScript Copy// ChatFormatting.getChar() as char
myChatFormatting.getChar();
Name: getColor
Return Type: int??
ZenScript Copy// ChatFormatting.getColor() as int??
myChatFormatting.getColor();
Name: getId
Return Type: int
ZenScript Copy// ChatFormatting.getId() as int
myChatFormatting.getId();
Name: getName
Return Type: string
ZenScript Copy// ChatFormatting.getName() as string
myChatFormatting.getName();
Name: isColor
Return Type: boolean
ZenScript Copy// ChatFormatting.isColor() as boolean
myChatFormatting.isColor();
Name: isFormat
Return Type: boolean
ZenScript Copy// ChatFormatting.isFormat() as boolean
myChatFormatting.isFormat();
Name: toString
Return Type: string
ZenScript Copy// ChatFormatting.toString() as string
myChatFormatting.toString();
Proprietà
Link to proprietà
Nome | Tipo | Ha Getter | Ha Setter |
---|---|---|---|
Nome id | Tipo int | Ha Getter sì | Ha Setter no |
Nome isColor | Tipo boolean | Ha Getter sì | Ha Setter no |
Nome isFormat | Tipo boolean | Ha Getter sì | Ha Setter no |