Package | Description |
---|---|
net.minecraft.util |
Modifier and Type | Method and Description |
---|---|
static EnumChatFormatting |
EnumChatFormatting.func_96300_b(String par0Str) |
EnumChatFormatting |
ChatMessageComponent.getColor() |
static EnumChatFormatting |
EnumChatFormatting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumChatFormatting[] |
EnumChatFormatting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ChatMessageComponent |
ChatMessageComponent.setColor(EnumChatFormatting par1EnumChatFormatting) |
String |
ChatMessageComponent.toStringWithDefaultFormatting(boolean par1,
EnumChatFormatting par2EnumChatFormatting,
boolean par3,
boolean par4,
boolean par5,
boolean par6)
args: enableFormat, defaultColor, defaultBold, defaultItalic, defaultUnderline, defaultObfuscated
|