Package net.minecraft.util
Enum Class Formatting
- All Implemented Interfaces:
Serializable
,Comparable<Formatting>
,Constable
,StringIdentifiable
An enum holding formattings.
There are two types of formattings, color and modifier. Color formattings
are associated with a specific color, while modifier formattings modify the
style, such as by bolding the text. RESET
is a special formatting
and is not classified as either of these two.
- Mappings:
Namespace Name official n
intermediary net/minecraft/class_124
named net/minecraft/util/Formatting
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.Codec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
Modifier and TypeFieldDescriptionprivate static final Map<String,
Formatting> private final char
static final StringIdentifiable.Codec<Formatting>
private final int
private static final Pattern
static final char
private final boolean
private final String
private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
ModifierConstructorDescriptionprivate
Formatting
(String name, char code, boolean modifier) private
Formatting
(String name, char code, boolean modifier, int colorIndex, @Nullable Integer colorValue) private
Formatting
(String name, char code, int colorIndex, @Nullable Integer colorValue) -
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.static @Nullable Formatting
byCode
(char code) Returns the formatting with the codecode
, ornull
if there is none.static @Nullable Formatting
byColorIndex
(int colorIndex) Returns the formatting with the color indexcolorIndex
, ornull
if there is none.static @Nullable Formatting
Returns the formatting with the namename
, ornull
if there is none.char
getCode()
Returns the code to be placed after the '\u00a7' when this format is converted to a string.int
Returns the color index for the formatting, or-1
to indicate no color.Returns the color of the formatted text, ornull
if the formatting has no associated color.getName()
Returns the name of the formatting.static Collection<String>
getNames
(boolean colors, boolean modifiers) Returns the list of formattings matching the given condition.boolean
isColor()
Returns true if the formatting is associated with a color, false otherwise.boolean
Returns true if the formatting is a modifier, false otherwise.private static String
Returns thetext
with all formatting codes removed.toString()
static Formatting
Returns the enum constant of this class with the specified name.static Formatting[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BLACK
- Mappings:
Namespace Name Mixin selector official a
Ln;a:Ln;
intermediary field_1074
Lnet/minecraft/class_124;field_1074:Lnet/minecraft/class_124;
named BLACK
Lnet/minecraft/util/Formatting;BLACK:Lnet/minecraft/util/Formatting;
-
DARK_BLUE
- Mappings:
Namespace Name Mixin selector official b
Ln;b:Ln;
intermediary field_1058
Lnet/minecraft/class_124;field_1058:Lnet/minecraft/class_124;
named DARK_BLUE
Lnet/minecraft/util/Formatting;DARK_BLUE:Lnet/minecraft/util/Formatting;
-
DARK_GREEN
- Mappings:
Namespace Name Mixin selector official c
Ln;c:Ln;
intermediary field_1077
Lnet/minecraft/class_124;field_1077:Lnet/minecraft/class_124;
named DARK_GREEN
Lnet/minecraft/util/Formatting;DARK_GREEN:Lnet/minecraft/util/Formatting;
-
DARK_AQUA
- Mappings:
Namespace Name Mixin selector official d
Ln;d:Ln;
intermediary field_1062
Lnet/minecraft/class_124;field_1062:Lnet/minecraft/class_124;
named DARK_AQUA
Lnet/minecraft/util/Formatting;DARK_AQUA:Lnet/minecraft/util/Formatting;
-
DARK_RED
- Mappings:
Namespace Name Mixin selector official e
Ln;e:Ln;
intermediary field_1079
Lnet/minecraft/class_124;field_1079:Lnet/minecraft/class_124;
named DARK_RED
Lnet/minecraft/util/Formatting;DARK_RED:Lnet/minecraft/util/Formatting;
-
DARK_PURPLE
- Mappings:
Namespace Name Mixin selector official f
Ln;f:Ln;
intermediary field_1064
Lnet/minecraft/class_124;field_1064:Lnet/minecraft/class_124;
named DARK_PURPLE
Lnet/minecraft/util/Formatting;DARK_PURPLE:Lnet/minecraft/util/Formatting;
-
GOLD
- Mappings:
Namespace Name Mixin selector official g
Ln;g:Ln;
intermediary field_1065
Lnet/minecraft/class_124;field_1065:Lnet/minecraft/class_124;
named GOLD
Lnet/minecraft/util/Formatting;GOLD:Lnet/minecraft/util/Formatting;
-
GRAY
- Mappings:
Namespace Name Mixin selector official h
Ln;h:Ln;
intermediary field_1080
Lnet/minecraft/class_124;field_1080:Lnet/minecraft/class_124;
named GRAY
Lnet/minecraft/util/Formatting;GRAY:Lnet/minecraft/util/Formatting;
-
DARK_GRAY
- Mappings:
Namespace Name Mixin selector official i
Ln;i:Ln;
intermediary field_1063
Lnet/minecraft/class_124;field_1063:Lnet/minecraft/class_124;
named DARK_GRAY
Lnet/minecraft/util/Formatting;DARK_GRAY:Lnet/minecraft/util/Formatting;
-
BLUE
- Mappings:
Namespace Name Mixin selector official j
Ln;j:Ln;
intermediary field_1078
Lnet/minecraft/class_124;field_1078:Lnet/minecraft/class_124;
named BLUE
Lnet/minecraft/util/Formatting;BLUE:Lnet/minecraft/util/Formatting;
-
GREEN
- Mappings:
Namespace Name Mixin selector official k
Ln;k:Ln;
intermediary field_1060
Lnet/minecraft/class_124;field_1060:Lnet/minecraft/class_124;
named GREEN
Lnet/minecraft/util/Formatting;GREEN:Lnet/minecraft/util/Formatting;
-
AQUA
- Mappings:
Namespace Name Mixin selector official l
Ln;l:Ln;
intermediary field_1075
Lnet/minecraft/class_124;field_1075:Lnet/minecraft/class_124;
named AQUA
Lnet/minecraft/util/Formatting;AQUA:Lnet/minecraft/util/Formatting;
-
RED
- Mappings:
Namespace Name Mixin selector official m
Ln;m:Ln;
intermediary field_1061
Lnet/minecraft/class_124;field_1061:Lnet/minecraft/class_124;
named RED
Lnet/minecraft/util/Formatting;RED:Lnet/minecraft/util/Formatting;
-
LIGHT_PURPLE
- Mappings:
Namespace Name Mixin selector official n
Ln;n:Ln;
intermediary field_1076
Lnet/minecraft/class_124;field_1076:Lnet/minecraft/class_124;
named LIGHT_PURPLE
Lnet/minecraft/util/Formatting;LIGHT_PURPLE:Lnet/minecraft/util/Formatting;
-
YELLOW
- Mappings:
Namespace Name Mixin selector official o
Ln;o:Ln;
intermediary field_1054
Lnet/minecraft/class_124;field_1054:Lnet/minecraft/class_124;
named YELLOW
Lnet/minecraft/util/Formatting;YELLOW:Lnet/minecraft/util/Formatting;
-
WHITE
- Mappings:
Namespace Name Mixin selector official p
Ln;p:Ln;
intermediary field_1068
Lnet/minecraft/class_124;field_1068:Lnet/minecraft/class_124;
named WHITE
Lnet/minecraft/util/Formatting;WHITE:Lnet/minecraft/util/Formatting;
-
OBFUSCATED
- Mappings:
Namespace Name Mixin selector official q
Ln;q:Ln;
intermediary field_1051
Lnet/minecraft/class_124;field_1051:Lnet/minecraft/class_124;
named OBFUSCATED
Lnet/minecraft/util/Formatting;OBFUSCATED:Lnet/minecraft/util/Formatting;
-
BOLD
- Mappings:
Namespace Name Mixin selector official r
Ln;r:Ln;
intermediary field_1067
Lnet/minecraft/class_124;field_1067:Lnet/minecraft/class_124;
named BOLD
Lnet/minecraft/util/Formatting;BOLD:Lnet/minecraft/util/Formatting;
-
STRIKETHROUGH
- Mappings:
Namespace Name Mixin selector official s
Ln;s:Ln;
intermediary field_1055
Lnet/minecraft/class_124;field_1055:Lnet/minecraft/class_124;
named STRIKETHROUGH
Lnet/minecraft/util/Formatting;STRIKETHROUGH:Lnet/minecraft/util/Formatting;
-
UNDERLINE
- Mappings:
Namespace Name Mixin selector official t
Ln;t:Ln;
intermediary field_1073
Lnet/minecraft/class_124;field_1073:Lnet/minecraft/class_124;
named UNDERLINE
Lnet/minecraft/util/Formatting;UNDERLINE:Lnet/minecraft/util/Formatting;
-
ITALIC
- Mappings:
Namespace Name Mixin selector official u
Ln;u:Ln;
intermediary field_1056
Lnet/minecraft/class_124;field_1056:Lnet/minecraft/class_124;
named ITALIC
Lnet/minecraft/util/Formatting;ITALIC:Lnet/minecraft/util/Formatting;
-
RESET
- Mappings:
Namespace Name Mixin selector official v
Ln;v:Ln;
intermediary field_1070
Lnet/minecraft/class_124;field_1070:Lnet/minecraft/class_124;
named RESET
Lnet/minecraft/util/Formatting;RESET:Lnet/minecraft/util/Formatting;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official w
Ln;w:Lcom/mojang/serialization/Codec;
intermediary field_39218
Lnet/minecraft/class_124;field_39218:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/util/Formatting;CODEC:Lcom/mojang/serialization/Codec;
-
FORMATTING_CODE_PREFIX
public static final char FORMATTING_CODE_PREFIX- See Also:
- Mappings:
Namespace Name Mixin selector official x
Ln;x:C
intermediary field_33292
Lnet/minecraft/class_124;field_33292:C
named FORMATTING_CODE_PREFIX
Lnet/minecraft/util/Formatting;FORMATTING_CODE_PREFIX:C
-
BY_NAME
- Mappings:
Namespace Name Mixin selector official y
Ln;y:Ljava/util/Map;
intermediary field_1052
Lnet/minecraft/class_124;field_1052:Ljava/util/Map;
named BY_NAME
Lnet/minecraft/util/Formatting;BY_NAME:Ljava/util/Map;
-
FORMATTING_CODE_PATTERN
- Mappings:
Namespace Name Mixin selector official z
Ln;z:Ljava/util/regex/Pattern;
intermediary field_1066
Lnet/minecraft/class_124;field_1066:Ljava/util/regex/Pattern;
named FORMATTING_CODE_PATTERN
Lnet/minecraft/util/Formatting;FORMATTING_CODE_PATTERN:Ljava/util/regex/Pattern;
-
name
- Mappings:
Namespace Name Mixin selector official A
Ln;A:Ljava/lang/String;
intermediary field_1057
Lnet/minecraft/class_124;field_1057:Ljava/lang/String;
named name
Lnet/minecraft/util/Formatting;name:Ljava/lang/String;
-
code
private final char code- Mappings:
Namespace Name Mixin selector official B
Ln;B:C
intermediary field_1059
Lnet/minecraft/class_124;field_1059:C
named code
Lnet/minecraft/util/Formatting;code:C
-
modifier
private final boolean modifier- Mappings:
Namespace Name Mixin selector official C
Ln;C:Z
intermediary field_1081
Lnet/minecraft/class_124;field_1081:Z
named modifier
Lnet/minecraft/util/Formatting;modifier:Z
-
stringValue
- Mappings:
Namespace Name Mixin selector official D
Ln;D:Ljava/lang/String;
intermediary field_1069
Lnet/minecraft/class_124;field_1069:Ljava/lang/String;
named stringValue
Lnet/minecraft/util/Formatting;stringValue:Ljava/lang/String;
-
colorIndex
private final int colorIndex- Mappings:
Namespace Name Mixin selector official E
Ln;E:I
intermediary field_1071
Lnet/minecraft/class_124;field_1071:I
named colorIndex
Lnet/minecraft/util/Formatting;colorIndex:I
-
colorValue
- Mappings:
Namespace Name Mixin selector official F
Ln;F:Ljava/lang/Integer;
intermediary field_1053
Lnet/minecraft/class_124;field_1053:Ljava/lang/Integer;
named colorValue
Lnet/minecraft/util/Formatting;colorValue:Ljava/lang/Integer;
-
-
Constructor Details
-
Formatting
- Mappings:
Namespace Name Mixin selector official <init>
Ln;<init>(Ljava/lang/String;ILjava/lang/String;CILjava/lang/Integer;)V
intermediary <init>
Lnet/minecraft/class_124;<init>(Ljava/lang/String;ILjava/lang/String;CILjava/lang/Integer;)V
named <init>
Lnet/minecraft/util/Formatting;<init>(Ljava/lang/String;ILjava/lang/String;CILjava/lang/Integer;)V
-
Formatting
- Mappings:
Namespace Name Mixin selector official <init>
Ln;<init>(Ljava/lang/String;ILjava/lang/String;CZ)V
intermediary <init>
Lnet/minecraft/class_124;<init>(Ljava/lang/String;ILjava/lang/String;CZ)V
named <init>
Lnet/minecraft/util/Formatting;<init>(Ljava/lang/String;ILjava/lang/String;CZ)V
-
Formatting
private Formatting(String name, char code, boolean modifier, int colorIndex, @Nullable @Nullable Integer colorValue) - Mappings:
Namespace Name Mixin selector official <init>
Ln;<init>(Ljava/lang/String;ILjava/lang/String;CZILjava/lang/Integer;)V
intermediary <init>
Lnet/minecraft/class_124;<init>(Ljava/lang/String;ILjava/lang/String;CZILjava/lang/Integer;)V
named <init>
Lnet/minecraft/util/Formatting;<init>(Ljava/lang/String;ILjava/lang/String;CZILjava/lang/Integer;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
sanitize
- Mappings:
Namespace Name Mixin selector official c
Ln;c(Ljava/lang/String;)Ljava/lang/String;
intermediary method_535
Lnet/minecraft/class_124;method_535(Ljava/lang/String;)Ljava/lang/String;
named sanitize
Lnet/minecraft/util/Formatting;sanitize(Ljava/lang/String;)Ljava/lang/String;
-
getCode
public char getCode()Returns the code to be placed after the '\u00a7' when this format is converted to a string.- Returns:
- the code to be placed after the '\u00a7' when this format is converted to a string
- Mappings:
Namespace Name Mixin selector official a
Ln;a()C
intermediary method_36145
Lnet/minecraft/class_124;method_36145()C
named getCode
Lnet/minecraft/util/Formatting;getCode()C
-
getColorIndex
public int getColorIndex()Returns the color index for the formatting, or-1
to indicate no color.- Returns:
- the color index for the formatting, or
-1
to indicate no color - API Note:
- This is also used to calculate scoreboard team display slot IDs.
- Mappings:
Namespace Name Mixin selector official b
Ln;b()I
intermediary method_536
Lnet/minecraft/class_124;method_536()I
named getColorIndex
Lnet/minecraft/util/Formatting;getColorIndex()I
-
isModifier
public boolean isModifier()Returns true if the formatting is a modifier, false otherwise.- Returns:
- true if the formatting is a modifier, false otherwise
- Mappings:
Namespace Name Mixin selector official d
Ln;d()Z
intermediary method_542
Lnet/minecraft/class_124;method_542()Z
named isModifier
Lnet/minecraft/util/Formatting;isModifier()Z
-
isColor
public boolean isColor()Returns true if the formatting is associated with a color, false otherwise.- Returns:
- true if the formatting is associated with a color, false otherwise
- Mappings:
Namespace Name Mixin selector official e
Ln;e()Z
intermediary method_543
Lnet/minecraft/class_124;method_543()Z
named isColor
Lnet/minecraft/util/Formatting;isColor()Z
-
getColorValue
Returns the color of the formatted text, ornull
if the formatting has no associated color.- Returns:
- the color of the formatted text, or
null
if the formatting has no associated color - Mappings:
Namespace Name Mixin selector official f
Ln;f()Ljava/lang/Integer;
intermediary method_532
Lnet/minecraft/class_124;method_532()Ljava/lang/Integer;
named getColorValue
Lnet/minecraft/util/Formatting;getColorValue()Ljava/lang/Integer;
-
getName
Returns the name of the formatting.- Returns:
- the name of the formatting
- Mappings:
Namespace Name Mixin selector official g
Ln;g()Ljava/lang/String;
intermediary method_537
Lnet/minecraft/class_124;method_537()Ljava/lang/String;
named getName
Lnet/minecraft/util/Formatting;getName()Ljava/lang/String;
-
toString
- Overrides:
toString
in classEnum<Formatting>
-
strip
Returns thetext
with all formatting codes removed.- Returns:
- the
text
with all formatting codes removed - See Also:
- Mappings:
Namespace Name Mixin selector official a
Ln;a(Ljava/lang/String;)Ljava/lang/String;
intermediary method_539
Lnet/minecraft/class_124;method_539(Ljava/lang/String;)Ljava/lang/String;
named strip
Lnet/minecraft/util/Formatting;strip(Ljava/lang/String;)Ljava/lang/String;
-
byName
Returns the formatting with the namename
, ornull
if there is none.- Returns:
- the formatting with the name
name
, ornull
if there is none - Mappings:
Namespace Name Mixin selector official b
Ln;b(Ljava/lang/String;)Ln;
intermediary method_533
Lnet/minecraft/class_124;method_533(Ljava/lang/String;)Lnet/minecraft/class_124;
named byName
Lnet/minecraft/util/Formatting;byName(Ljava/lang/String;)Lnet/minecraft/util/Formatting;
-
byColorIndex
Returns the formatting with the color indexcolorIndex
, ornull
if there is none.- Returns:
- the formatting with the color index
colorIndex
, ornull
if there is none - Mappings:
Namespace Name Mixin selector official a
Ln;a(I)Ln;
intermediary method_534
Lnet/minecraft/class_124;method_534(I)Lnet/minecraft/class_124;
named byColorIndex
Lnet/minecraft/util/Formatting;byColorIndex(I)Lnet/minecraft/util/Formatting;
-
byCode
Returns the formatting with the codecode
, ornull
if there is none.- Returns:
- the formatting with the code
code
, ornull
if there is none - Mappings:
Namespace Name Mixin selector official a
Ln;a(C)Ln;
intermediary method_544
Lnet/minecraft/class_124;method_544(C)Lnet/minecraft/class_124;
named byCode
Lnet/minecraft/util/Formatting;byCode(C)Lnet/minecraft/util/Formatting;
-
getNames
Returns the list of formattings matching the given condition.- Parameters:
colors
- whether or not to include color formattingsmodifiers
- whether or not to include modifier formattings- Returns:
- the list of formattings matching the given condition
- Mappings:
Namespace Name Mixin selector official a
Ln;a(ZZ)Ljava/util/Collection;
intermediary method_540
Lnet/minecraft/class_124;method_540(ZZ)Ljava/util/Collection;
named getNames
Lnet/minecraft/util/Formatting;getNames(ZZ)Ljava/util/Collection;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official c
Lapr;c()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-