Uses of Class
net.minecraft.util.Formatting
-
Uses of Formatting in net.minecraft.advancement
Fields in net.minecraft.advancement declared as Formatting Modifier and Type Field Description private FormattingAdvancementFrame. titleFormatMethods in net.minecraft.advancement that return Formatting Modifier and Type Method Description FormattingAdvancementFrame. getTitleFormat()Constructors in net.minecraft.advancement with parameters of type Formatting Constructor Description AdvancementFrame(String id, int texV, Formatting titleFormat) -
Uses of Formatting in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type Formatting Modifier and Type Method Description private voidCommandSuggestor. showUsages(Formatting formatting) -
Uses of Formatting in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return Formatting Modifier and Type Method Description static FormattingColorArgumentType. getColor(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)FormattingColorArgumentType. parse(com.mojang.brigadier.StringReader stringReader) -
Uses of Formatting in net.minecraft.entity.boss
Fields in net.minecraft.entity.boss declared as Formatting Modifier and Type Field Description private FormattingBossBar.Color. formatMethods in net.minecraft.entity.boss that return Formatting Modifier and Type Method Description FormattingBossBar.Color. getTextFormat()Constructors in net.minecraft.entity.boss with parameters of type Formatting Constructor Description Color(String name, Formatting format) -
Uses of Formatting in net.minecraft.entity.effect
Fields in net.minecraft.entity.effect declared as Formatting Modifier and Type Field Description private FormattingStatusEffectType. formattingMethods in net.minecraft.entity.effect that return Formatting Modifier and Type Method Description FormattingStatusEffectType. getFormatting()Constructors in net.minecraft.entity.effect with parameters of type Formatting Constructor Description StatusEffectType(Formatting format) -
Uses of Formatting in net.minecraft.nbt.visitor
Fields in net.minecraft.nbt.visitor declared as Formatting Modifier and Type Field Description private static FormattingNbtTextFormatter. NAME_COLORprivate static FormattingNbtTextFormatter. NUMBER_COLORprivate static FormattingNbtTextFormatter. STRING_COLORprivate static FormattingNbtTextFormatter. TYPE_SUFFIX_COLOR -
Uses of Formatting in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as Formatting Modifier and Type Field Description private FormattingTeamS2CPacket.SerializableTeam. colorMethods in net.minecraft.network.packet.s2c.play that return Formatting Modifier and Type Method Description FormattingTeamS2CPacket.SerializableTeam. getColor() -
Uses of Formatting in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as Formatting Modifier and Type Field Description private FormattingTeam. colorMethods in net.minecraft.scoreboard that return Formatting Modifier and Type Method Description abstract FormattingAbstractTeam. getColor()FormattingTeam. getColor()Methods in net.minecraft.scoreboard with parameters of type Formatting Modifier and Type Method Description voidTeam. setColor(Formatting color) -
Uses of Formatting in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type Formatting Modifier and Type Method Description private static intTeamCommand. executeModifyColor(ServerCommandSource source, Team team, Formatting color)private static voidTestCommand. sendMessage(ServerWorld world, String message, Formatting formatting) -
Uses of Formatting in net.minecraft.test
Methods in net.minecraft.test with parameters of type Formatting Modifier and Type Method Description protected static voidStructureTestListener. sendMessageToAllPlayers(ServerWorld world, Formatting formatting, String message) -
Uses of Formatting in net.minecraft.text
Fields in net.minecraft.text with type parameters of type Formatting Modifier and Type Field Description private static Map<Formatting,TextColor>TextColor. FORMATTING_TO_COLORMethods in net.minecraft.text with parameters of type Formatting Modifier and Type Method Description default MutableTextMutableText. formatted(Formatting formatting)Add a formatting to this text's style.default MutableTextMutableText. formatted(Formatting[] formattings)Adds some formattings to this text's style.static @Nullable TextColorTextColor. fromFormatting(Formatting formatting)Obtains a text color from a formatting.StyleStyle. withColor(@Nullable Formatting color)Returns a new style with the color provided and all other attributes of this style.StyleStyle. withExclusiveFormatting(Formatting formatting)Returns a new style with the formatting provided and some applicable attributes of this style.StyleStyle. withFormatting(Formatting formatting)Returns a new style with the formatting provided and all other attributes of this style.StyleStyle. withFormatting(Formatting[] formattings)Returns a new style with the formattings provided and all other attributes of this style. -
Uses of Formatting in net.minecraft.util
Fields in net.minecraft.util declared as Formatting Modifier and Type Field Description FormattingRarity. formattingFields in net.minecraft.util with type parameters of type Formatting Modifier and Type Field Description private static Map<String,Formatting>Formatting. BY_NAMEMethods in net.minecraft.util that return Formatting Modifier and Type Method Description static @Nullable FormattingFormatting. byCode(char code)static @Nullable FormattingFormatting. byColorIndex(int colorIndex)static @Nullable FormattingFormatting. byName(@Nullable String name)static FormattingFormatting. valueOf(String name)Returns the enum constant of this type with the specified name.static Formatting[]Formatting. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.util with parameters of type Formatting Constructor Description Rarity(Formatting formatting)