Modifier and Type | Field and Description |
---|---|
private TextFormatting |
FrameType.format |
Modifier and Type | Method and Description |
---|---|
TextFormatting |
FrameType.getFormat() |
Constructor and Description |
---|
FrameType(java.lang.String nameIn,
int iconIn,
TextFormatting formatIn) |
Modifier and Type | Field and Description |
---|---|
private TextFormatting |
EnumDyeColor.chatColor |
TextFormatting |
EnumRarity.rarityColor |
Modifier and Type | Method and Description |
---|---|
TextFormatting |
EnumRarity.getColor() |
Constructor and Description |
---|
EnumDyeColor(int metaIn,
int dyeDamageIn,
java.lang.String nameIn,
java.lang.String unlocalizedNameIn,
int colorValueIn,
TextFormatting chatColorIn) |
EnumRarity(TextFormatting color,
java.lang.String name) |
Modifier and Type | Field and Description |
---|---|
private TextFormatting |
ScorePlayerTeam.color |
Modifier and Type | Method and Description |
---|---|
abstract TextFormatting |
Team.getColor() |
TextFormatting |
ScorePlayerTeam.getColor() |
Modifier and Type | Method and Description |
---|---|
void |
ScorePlayerTeam.setColor(TextFormatting color) |
Constructor and Description |
---|
ScoreCriteriaColored(java.lang.String name,
TextFormatting format) |
Modifier and Type | Field and Description |
---|---|
private TextFormatting |
Style.color |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,TextFormatting> |
TextFormatting.NAME_MAPPING |
Modifier and Type | Method and Description |
---|---|
static TextFormatting |
TextFormatting.fromColorIndex(int index) |
TextFormatting |
Style.getColor() |
static TextFormatting |
TextFormatting.getValueByName(java.lang.String friendlyName) |
static TextFormatting |
TextFormatting.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextFormatting[] |
TextFormatting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Style |
Style.setColor(TextFormatting color) |
Modifier and Type | Method and Description |
---|---|
private TextComponentTranslation |
ClientCommandHandler.format(TextFormatting color,
java.lang.String str,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
TextFormatting |
IRarity.getColor() |
Modifier and Type | Method and Description |
---|---|
static EnumRarity |
EnumHelper.addRarity(java.lang.String name,
TextFormatting color,
java.lang.String displayName)
Deprecated.
use
IRarity instead |