Uses of Enum Class
net.minecraft.ChatFormatting
Packages that use ChatFormatting
Package
Description
- 
Uses of ChatFormatting in net.minecraftFields in net.minecraft with type parameters of type ChatFormattingModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ChatFormatting>ChatFormatting.CODECprivate static final Map<String,ChatFormatting> ChatFormatting.FORMATTING_BY_NAMEMethods in net.minecraft that return ChatFormattingModifier and TypeMethodDescriptionstatic ChatFormattingChatFormatting.getByCode(char p_126646_) static ChatFormattingChatFormatting.getById(int p_126648_) static ChatFormattingstatic ChatFormattingReturns the enum constant of this class with the specified name.static ChatFormatting[]ChatFormatting.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of ChatFormatting in net.minecraft.advancementsFields in net.minecraft.advancements declared as ChatFormattingMethods in net.minecraft.advancements that return ChatFormattingConstructors in net.minecraft.advancements with parameters of type ChatFormattingModifierConstructorDescriptionprivateAdvancementType(String p_312210_, ChatFormatting p_312089_) 
- 
Uses of ChatFormatting in net.minecraft.clientMethods in net.minecraft.client with parameters of type ChatFormattingModifier and TypeMethodDescriptionprivate voidKeyboardHandler.debugComponent(ChatFormatting p_167825_, Component p_167826_) 
- 
Uses of ChatFormatting in net.minecraft.client.gui.componentsMethods in net.minecraft.client.gui.components with parameters of type ChatFormattingModifier and TypeMethodDescriptionprivate booleanCommandSuggestions.fillNodeUsage(ChatFormatting p_289002_) 
- 
Uses of ChatFormatting in net.minecraft.commands.argumentsMethods in net.minecraft.commands.arguments that return ChatFormattingModifier and TypeMethodDescriptionstatic ChatFormattingColorArgument.getColor(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_85467_, String p_85468_) ColorArgument.parse(com.mojang.brigadier.StringReader p_85465_) 
- 
Uses of ChatFormatting in net.minecraft.gametest.frameworkMethods in net.minecraft.gametest.framework with parameters of type ChatFormattingModifier and TypeMethodDescriptionprotected static voidReportGameListener.say(ServerLevel p_177701_, ChatFormatting p_177702_, String p_177703_) private static voidTestCommand.say(ServerLevel p_127934_, String p_127935_, ChatFormatting p_127936_) 
- 
Uses of ChatFormatting in net.minecraft.nbtFields in net.minecraft.nbt declared as ChatFormattingModifier and TypeFieldDescriptionprivate static final ChatFormattingTextComponentTagVisitor.SYNTAX_HIGHLIGHTING_KEYprivate static final ChatFormattingTextComponentTagVisitor.SYNTAX_HIGHLIGHTING_NUMBERprivate static final ChatFormattingTextComponentTagVisitor.SYNTAX_HIGHLIGHTING_NUMBER_TYPEprivate static final ChatFormattingTextComponentTagVisitor.SYNTAX_HIGHLIGHTING_STRING
- 
Uses of ChatFormatting in net.minecraft.network.chatFields in net.minecraft.network.chat with type parameters of type ChatFormattingModifier and TypeFieldDescriptionprivate static final Map<ChatFormatting,TextColor> TextColor.LEGACY_FORMAT_TO_COLORMethods in net.minecraft.network.chat with parameters of type ChatFormattingModifier and TypeMethodDescriptionStyle.applyFormat(ChatFormatting p_131158_) Style.applyFormats(ChatFormatting... p_131153_) Style.applyLegacyFormat(ChatFormatting p_131165_) static TextColorTextColor.fromLegacyFormat(ChatFormatting p_131271_) Style.withColor(ChatFormatting p_131141_) MutableComponent.withStyle(ChatFormatting p_130941_) MutableComponent.withStyle(ChatFormatting... p_130945_) 
- 
Uses of ChatFormatting in net.minecraft.network.protocol.gameFields in net.minecraft.network.protocol.game declared as ChatFormattingModifier and TypeFieldDescriptionprivate final ChatFormattingClientboundSetPlayerTeamPacket.Parameters.colorMethods in net.minecraft.network.protocol.game that return ChatFormatting
- 
Uses of ChatFormatting in net.minecraft.server.commandsMethods in net.minecraft.server.commands with parameters of type ChatFormattingModifier and TypeMethodDescriptionprivate static intTeamCommand.setColor(CommandSourceStack p_138899_, PlayerTeam p_138900_, ChatFormatting p_138901_) 
- 
Uses of ChatFormatting in net.minecraft.worldFields in net.minecraft.world declared as ChatFormattingMethods in net.minecraft.world that return ChatFormattingConstructors in net.minecraft.world with parameters of type ChatFormatting
- 
Uses of ChatFormatting in net.minecraft.world.effectFields in net.minecraft.world.effect declared as ChatFormattingModifier and TypeFieldDescriptionprivate final ChatFormattingMobEffectCategory.tooltipFormattingMethods in net.minecraft.world.effect that return ChatFormattingConstructors in net.minecraft.world.effect with parameters of type ChatFormatting
- 
Uses of ChatFormatting in net.minecraft.world.itemFields in net.minecraft.world.item declared as ChatFormattingModifier and TypeFieldDescriptionfinal ChatFormattingRarity.colorDeprecated.private static final ChatFormattingSmithingTemplateItem.DESCRIPTION_FORMATprivate static final ChatFormattingSmithingTemplateItem.TITLE_FORMATMethods in net.minecraft.world.item with parameters of type ChatFormattingConstructors in net.minecraft.world.item with parameters of type ChatFormatting
- 
Uses of ChatFormatting in net.minecraft.world.scoresFields in net.minecraft.world.scores declared as ChatFormattingMethods in net.minecraft.world.scores that return ChatFormattingMethods in net.minecraft.world.scores with parameters of type ChatFormattingModifier and TypeMethodDescriptionvoidPlayerTeam.setColor(ChatFormatting p_83352_) static DisplaySlotDisplaySlot.teamColorToSlot(ChatFormatting p_296133_) 
- 
Uses of ChatFormatting in net.neoforged.neoforge.server.commandMethods in net.neoforged.neoforge.server.command with parameters of type ChatFormattingModifier and TypeMethodDescriptionprivate static MutableComponentTagsCommand.createMessage(MutableComponent header, String containsText, String copyHoverText, long count, long currentPage, ChatFormatting elementColor, Supplier<Stream<String>> names) 
Rarity.getStyleModifier()