Uses of Class
net.minecraft.network.chat.Style
Packages that use Style
Package
Description
-
Uses of Style in net.minecraft.client
Fields in net.minecraft.client declared as StyleModifier and TypeFieldDescriptionprivate Style
StringSplitter.LineBreakFinder.lastSpaceStyle
private Style
StringSplitter.LineBreakFinder.lineBreakStyle
(package private) final Style
StringSplitter.LineComponent.style
Methods in net.minecraft.client that return StyleModifier and TypeMethodDescriptionStringSplitter.componentStyleAtWidth
(FormattedText p_92387_, int p_92388_) StringSplitter.componentStyleAtWidth
(FormattedCharSequence p_92339_, int p_92340_) StringSplitter.LineBreakFinder.getSplitStyle()
Methods in net.minecraft.client with parameters of type StyleModifier and TypeMethodDescriptionboolean
void
boolean
int
StringSplitter.findLineBreak
(String p_168635_, int p_168636_, Style p_168637_) private boolean
StringSplitter.LineBreakFinder.finishIteration
(int p_92477_, Style p_92478_) StringSplitter.formattedHeadByWidth
(String p_168631_, int p_168632_, Style p_168633_) int
StringSplitter.formattedIndexByWidth
(String p_168627_, int p_168628_, Style p_168629_) float
StringSplitter.headByWidth
(FormattedText p_92390_, int p_92391_, Style p_92392_) StringSplitter.plainHeadByWidth
(String p_92411_, int p_92412_, Style p_92413_) int
StringSplitter.plainIndexAtWidth
(String p_92361_, int p_92362_, Style p_92363_) StringSplitter.plainTailByWidth
(String p_92424_, int p_92425_, Style p_92426_) StringSplitter.splitLines
(String p_92433_, int p_92434_, Style p_92435_) void
StringSplitter.splitLines
(String p_92365_, int p_92366_, Style p_92367_, boolean p_92368_, StringSplitter.LinePosConsumer p_92369_) StringSplitter.splitLines
(FormattedText p_92415_, int p_92416_, Style p_92417_) void
StringSplitter.splitLines
(FormattedText p_92394_, int p_92395_, Style p_92396_, BiConsumer<FormattedText, Boolean> p_92397_) StringSplitter.splitLines
(FormattedText p_168622_, int p_168623_, Style p_168624_, FormattedText p_168625_) <T> Optional
<T> StringSplitter.LineComponent.visit
(FormattedText.StyledContentConsumer<T> p_92495_, Style p_92496_) Constructors in net.minecraft.client with parameters of type Style -
Uses of Style in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type StyleModifier and TypeMethodDescriptionboolean
void
GuiGraphics.renderComponentHoverEffect
(Font p_282584_, Style p_282156_, int p_283623_, int p_282114_) -
Uses of Style in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as StyleModifier and TypeFieldDescriptionprivate static final Style
CommandSuggestions.LITERAL_STYLE
private static final Style
CommandSuggestions.UNPARSED_STYLE
Fields in net.minecraft.client.gui.components with type parameters of type StyleMethods in net.minecraft.client.gui.components that return StyleModifier and TypeMethodDescriptionChatComponent.getClickedComponentStyleAt
(double p_93801_, double p_93802_) -
Uses of Style in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens that return StyleModifier and TypeMethodDescriptionprivate Style
DeathScreen.getClickedComponentStyleAt
(int p_95918_) private Style
ChatScreen.getComponentStyleAt
(double p_232702_, double p_232703_) Methods in net.minecraft.client.gui.screens with parameters of type Style -
Uses of Style in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as StyleModifier and TypeFieldDescriptionprivate static final Style
EnchantmentNames.ROOT_STYLE
(package private) final Style
BookEditScreen.LineInfo.style
Methods in net.minecraft.client.gui.screens.inventory that return StyleModifier and TypeMethodDescriptionBookViewScreen.getClickedComponentStyleAt
(double p_98269_, double p_98270_) Methods in net.minecraft.client.gui.screens.inventory with parameters of type StyleConstructors in net.minecraft.client.gui.screens.inventory with parameters of type Style -
Uses of Style in net.minecraft.client.multiplayer.chat
Methods in net.minecraft.client.multiplayer.chat with parameters of type StyleModifier and TypeMethodDescriptionprivate static boolean
ChatTrustLevel.isModifiedStyle
(Style p_251347_) -
Uses of Style in net.minecraft.commands.arguments
Methods in net.minecraft.commands.arguments that return Style -
Uses of Style in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as StyleModifier and TypeFieldDescriptionstatic final Style
Style.EMPTY
static final Style
FilterMask.FILTERED_STYLE
private final Style
ChatTypeDecoration.style
The field for thestyle
record component.private Style
MutableComponent.style
Fields in net.minecraft.network.chat with type parameters of type StyleModifier and TypeFieldDescriptionSubStringSource.charStyles
static final com.mojang.serialization.Codec
<Style> Style.Serializer.CODEC
static final com.mojang.serialization.MapCodec
<Style> Style.Serializer.MAP_CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, Style> Style.Serializer.TRUSTED_STREAM_CODEC
Methods in net.minecraft.network.chat that return StyleModifier and TypeMethodDescriptionStyle.applyFormat
(ChatFormatting p_131158_) Style.applyFormats
(ChatFormatting... p_131153_) Style.applyLegacyFormat
(ChatFormatting p_131165_) private static <T> Style
Style.checkEmptyAfterChange
(Style p_304840_, T p_304483_, T p_304384_) private static Style
Style.create
(Optional<TextColor> p_237258_, Optional<Boolean> p_237259_, Optional<Boolean> p_237260_, Optional<Boolean> p_237261_, Optional<Boolean> p_237262_, Optional<Boolean> p_237263_, Optional<ClickEvent> p_237264_, Optional<HoverEvent> p_237265_, Optional<String> p_304921_, Optional<ResourceLocation> p_304811_) Component.getStyle()
MutableComponent.getStyle()
private static Style
ComponentUtils.resolveStyle
(CommandSourceStack p_130737_, Style p_130738_, Entity p_130739_, int p_130740_) ChatTypeDecoration.style()
Returns the value of thestyle
record component.Style.withClickEvent
(ClickEvent p_131143_) Style.withColor
(int p_178521_) Style.withColor
(ChatFormatting p_131141_) Style.withFont
(ResourceLocation p_131151_) Style.withHoverEvent
(HoverEvent p_131145_) Style.withInsertion
(String p_131139_) Style.withItalic
(Boolean p_131156_) Style.withObfuscated
(Boolean p_178525_) Style.withStrikethrough
(Boolean p_178523_) Style.withUnderlined
(Boolean p_131163_) Methods in net.minecraft.network.chat with parameters of type StyleModifier and TypeMethodDescriptionprivate static <T> Style
Style.checkEmptyAfterChange
(Style p_304840_, T p_304483_, T p_304384_) static MutableComponent
ComponentUtils.mergeStyles
(MutableComponent p_130751_, Style p_130752_) static FormattedText
private static Style
ComponentUtils.resolveStyle
(CommandSourceStack p_130737_, Style p_130738_, Entity p_130739_, int p_130740_) Component.toFlatList
(Style p_178406_) default <T> Optional
<T> Component.visit
(FormattedText.StyledContentConsumer<T> p_130679_, Style p_130680_) default <T> Optional
<T> ComponentContents.visit
(FormattedText.StyledContentConsumer<T> p_237130_, Style p_237131_) <T> Optional
<T> FormattedText.visit
(FormattedText.StyledContentConsumer<T> p_130771_, Style p_130772_) Method parameters in net.minecraft.network.chat with type arguments of type StyleConstructors in net.minecraft.network.chat with parameters of type StyleModifierConstructorDescriptionChatTypeDecoration
(String translationKey, List<ChatTypeDecoration.Parameter> parameters, Style style) Creates an instance of aChatTypeDecoration
record class.(package private)
MutableComponent
(ComponentContents p_237200_, List<Component> p_237201_, Style p_237202_) Constructor parameters in net.minecraft.network.chat with type arguments of type StyleModifierConstructorDescriptionprivate
SubStringSource
(String p_131232_, List<Style> p_131233_, it.unimi.dsi.fastutil.ints.Int2IntFunction p_131234_) -
Uses of Style in net.minecraft.network.chat.contents
Methods in net.minecraft.network.chat.contents with parameters of type StyleModifier and TypeMethodDescription<T> Optional
<T> KeybindContents.visit
(FormattedText.StyledContentConsumer<T> p_237352_, Style p_237353_) <T> Optional
<T> PlainTextContents.LiteralContents.visit
(FormattedText.StyledContentConsumer<T> p_304890_, Style p_304907_) <T> Optional
<T> SelectorContents.visit
(FormattedText.StyledContentConsumer<T> p_237476_, Style p_237477_) <T> Optional
<T> TranslatableContents.visit
(FormattedText.StyledContentConsumer<T> p_237521_, Style p_237522_) -
Uses of Style in net.minecraft.network.chat.numbers
Fields in net.minecraft.network.chat.numbers declared as StyleConstructors in net.minecraft.network.chat.numbers with parameters of type Style -
Uses of Style in net.minecraft.server.commands
Fields in net.minecraft.server.commands declared as Style -
Uses of Style in net.minecraft.util
Methods in net.minecraft.util with parameters of type StyleModifier and TypeMethodDescriptionboolean
static FormattedCharSequence
static FormattedCharSequence
FormattedCharSequence.backward
(String p_13741_, Style p_13742_, it.unimi.dsi.fastutil.ints.Int2IntFunction p_13743_) static FormattedCharSequence
private static boolean
StringDecomposer.feedChar
(Style p_14333_, FormattedCharSink p_14334_, int p_14335_, char p_14336_) static FormattedCharSequence
static FormattedCharSequence
FormattedCharSequence.forward
(String p_144718_, Style p_144719_, it.unimi.dsi.fastutil.ints.Int2IntFunction p_144720_) static boolean
StringDecomposer.iterate
(String p_14318_, Style p_14319_, FormattedCharSink p_14320_) static boolean
StringDecomposer.iterateBackwards
(String p_14338_, Style p_14339_, FormattedCharSink p_14340_) static boolean
StringDecomposer.iterateFormatted
(String p_14312_, int p_14313_, Style p_14314_, Style p_14315_, FormattedCharSink p_14316_) static boolean
StringDecomposer.iterateFormatted
(String p_14307_, int p_14308_, Style p_14309_, FormattedCharSink p_14310_) static boolean
StringDecomposer.iterateFormatted
(String p_14347_, Style p_14348_, FormattedCharSink p_14349_) static boolean
StringDecomposer.iterateFormatted
(FormattedText p_14329_, Style p_14330_, FormattedCharSink p_14331_) -
Uses of Style in net.minecraft.world.damagesource
Fields in net.minecraft.world.damagesource declared as Style -
Uses of Style in net.minecraft.world.item
Fields in net.minecraft.world.item with type parameters of type StyleMethods in net.minecraft.world.item that return types with arguments of type StyleMethod parameters in net.minecraft.world.item with type arguments of type StyleModifier and TypeMethodDescriptionstatic Rarity
Rarity.create
(String name, ResourceLocation serializedName, UnaryOperator<Style> styleModifier) Constructor parameters in net.minecraft.world.item with type arguments of type StyleModifierConstructorDescriptionprivate
Rarity
(ResourceLocation serializedName, UnaryOperator<Style> styleModifier) -
Uses of Style in net.minecraft.world.item.armortrim
Methods in net.minecraft.world.item.armortrim with parameters of type StyleModifier and TypeMethodDescriptionprivate static void
TrimMaterials.register
(BootstrapContext<TrimMaterial> p_321637_, ResourceKey<TrimMaterial> p_268293_, Item p_268156_, Style p_268174_, float p_268274_) private static void
TrimMaterials.register
(BootstrapContext<TrimMaterial> p_321693_, ResourceKey<TrimMaterial> p_268139_, Item p_268311_, Style p_268232_, float p_268197_, Map<Holder<ArmorMaterial>, String> p_268352_) -
Uses of Style in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component declared as Style -
Uses of Style in net.minecraft.world.scores
Fields in net.minecraft.world.scores declared as Style -
Uses of Style in net.neoforged.neoforge.client.gui
Methods in net.neoforged.neoforge.client.gui that return StyleModifier and TypeMethodDescriptionprivate Style
ModListScreen.InfoPanel.findTextLine
(int mouseX, int mouseY) ModMismatchDisconnectedScreen.MismatchInfoPanel.getComponentStyleAt
(double x, double y) -
Uses of Style in net.neoforged.testframework.summary
Methods in net.neoforged.testframework.summary with parameters of type StyleModifier and TypeMethodDescriptionstatic String
FormattingUtil.componentToString
(Component component, Style baseStyle, BiFunction<Style, String, String> formatter) private static String
private static String
FormattingUtil.toMarkdown
(Style style, String text) Method parameters in net.neoforged.testframework.summary with type arguments of type StyleModifier and TypeMethodDescriptionstatic String
FormattingUtil.componentToString
(Component component, Style baseStyle, BiFunction<Style, String, String> formatter)