public final class ResolvedChatStyle extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
bold |
net.minecraft.util.EnumChatFormatting |
color |
boolean |
italic |
boolean |
obfuscated |
boolean |
strikethrough |
boolean |
underlined |
Constructor and Description |
---|
ResolvedChatStyle(net.minecraft.util.EnumChatFormatting color,
boolean bold,
boolean italic,
boolean underlined,
boolean strikethrough,
boolean obfuscated) |
@Nullable public final net.minecraft.util.EnumChatFormatting color
public final boolean bold
public final boolean italic
public final boolean underlined
public final boolean strikethrough
public final boolean obfuscated
public ResolvedChatStyle(@Nullable net.minecraft.util.EnumChatFormatting color, boolean bold, boolean italic, boolean underlined, boolean strikethrough, boolean obfuscated)