Uses of Interface
net.minecraft.util.FormattedCharSequence
Packages that use FormattedCharSequence
Package
Description
-
Uses of FormattedCharSequence in net.minecraft.client
Fields in net.minecraft.client with type parameters of type FormattedCharSequenceModifier and TypeFieldDescriptionprivate final Function<Minecraft,List<FormattedCharSequence>> ProgressOption.tooltipSupplierMethods in net.minecraft.client with parameters of type FormattedCharSequenceModifier and TypeMethodDescriptionStringSplitter.componentStyleAtWidth(FormattedCharSequence p_92339_, int p_92340_) floatStringSplitter.stringWidth(FormattedCharSequence p_92337_) -
Uses of FormattedCharSequence in net.minecraft.client.gui
Methods in net.minecraft.client.gui that return types with arguments of type FormattedCharSequenceMethods in net.minecraft.client.gui with parameters of type FormattedCharSequenceModifier and TypeMethodDescriptionintFont.draw(PoseStack p_92878_, FormattedCharSequence p_92879_, float p_92880_, float p_92881_, int p_92882_) static voidGuiComponent.drawCenteredString(PoseStack p_168750_, Font p_168751_, FormattedCharSequence p_168752_, int p_168753_, int p_168754_, int p_168755_) intFont.drawInBatch(FormattedCharSequence p_92734_, float p_92735_, float p_92736_, int p_92737_, boolean p_92738_, Matrix4f p_92739_, MultiBufferSource p_92740_, boolean p_92741_, int p_92742_, int p_92743_) voidFont.drawInBatch8xOutline(FormattedCharSequence p_168646_, float p_168647_, float p_168648_, int p_168649_, int p_168650_, Matrix4f p_168651_, MultiBufferSource p_168652_, int p_168653_) private intFont.drawInternal(FormattedCharSequence p_92867_, float p_92868_, float p_92869_, int p_92870_, boolean p_92871_, Matrix4f p_92872_, MultiBufferSource p_92873_, boolean p_92874_, int p_92875_, int p_92876_) private intFont.drawInternal(FormattedCharSequence p_92727_, float p_92728_, float p_92729_, int p_92730_, Matrix4f p_92731_, boolean p_92732_) intFont.drawShadow(PoseStack p_92745_, FormattedCharSequence p_92746_, float p_92747_, float p_92748_, int p_92749_) static voidGuiComponent.drawString(PoseStack p_168757_, Font p_168758_, FormattedCharSequence p_168759_, int p_168760_, int p_168761_, int p_168762_) private floatFont.renderText(FormattedCharSequence p_92927_, float p_92928_, float p_92929_, int p_92930_, boolean p_92931_, Matrix4f p_92932_, MultiBufferSource p_92933_, boolean p_92934_, int p_92935_, int p_92936_) intFont.width(FormattedCharSequence p_92725_) -
Uses of FormattedCharSequence in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as FormattedCharSequenceModifier and TypeFieldDescriptionprivate static final FormattedCharSequenceComponentRenderUtils.INDENT(package private) final FormattedCharSequenceMultiLineLabel.TextWithWidth.textFields in net.minecraft.client.gui.components with type parameters of type FormattedCharSequenceModifier and TypeFieldDescriptionprivate final List<FormattedCharSequence>CommandSuggestions.commandUsageprivate BiFunction<String,Integer, FormattedCharSequence> EditBox.formatterprivate final List<FormattedCharSequence>SliderButton.tooltipprivate final List<GuiMessage<FormattedCharSequence>>ChatComponent.trimmedMessagesMethods in net.minecraft.client.gui.components that return FormattedCharSequenceModifier and TypeMethodDescriptionprivate FormattedCharSequenceCommandSuggestions.formatChat(String p_93915_, int p_93916_) private static FormattedCharSequenceCommandSuggestions.formatText(com.mojang.brigadier.ParseResults<SharedSuggestionProvider> p_93893_, String p_93894_, int p_93895_) private static FormattedCharSequenceCommandSuggestions.getExceptionMessage(com.mojang.brigadier.exceptions.CommandSyntaxException p_93897_) Methods in net.minecraft.client.gui.components that return types with arguments of type FormattedCharSequenceModifier and TypeMethodDescriptionCycleButton.getTooltip()SliderButton.getTooltip()TooltipAccessor.getTooltip()static List<FormattedCharSequence>ComponentRenderUtils.wrapComponents(FormattedText p_94006_, int p_94007_, Font p_94008_) Method parameters in net.minecraft.client.gui.components with type arguments of type FormattedCharSequenceModifier and TypeMethodDescriptionvoidEditBox.setFormatter(BiFunction<String, Integer, FormattedCharSequence> p_94150_) Constructors in net.minecraft.client.gui.components with parameters of type FormattedCharSequenceModifierConstructorDescription(package private)TextWithWidth(FormattedCharSequence p_94430_, int p_94431_) Constructor parameters in net.minecraft.client.gui.components with type arguments of type FormattedCharSequenceModifierConstructorDescriptionSliderButton(Options p_169060_, int p_169061_, int p_169062_, int p_169063_, int p_169064_, ProgressOption p_169065_, List<FormattedCharSequence> p_169066_) -
Uses of FormattedCharSequence in net.minecraft.client.gui.components.toasts
Fields in net.minecraft.client.gui.components.toasts with type parameters of type FormattedCharSequenceMethods in net.minecraft.client.gui.components.toasts that return types with arguments of type FormattedCharSequenceModifier and TypeMethodDescriptionprivate static com.google.common.collect.ImmutableList<FormattedCharSequence>SystemToast.nullToEmpty(Component p_94861_) Constructor parameters in net.minecraft.client.gui.components.toasts with type arguments of type FormattedCharSequenceModifierConstructorDescriptionprivateSystemToast(SystemToast.SystemToastIds p_94827_, Component p_94828_, List<FormattedCharSequence> p_94829_, int p_94830_) -
Uses of FormattedCharSequence in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens with type parameters of type FormattedCharSequenceMethods in net.minecraft.client.gui.screens that return types with arguments of type FormattedCharSequenceModifier and TypeMethodDescriptionstatic List<FormattedCharSequence>OptionsSubScreen.tooltipAt(OptionsList p_96288_, int p_96289_, int p_96290_) Method parameters in net.minecraft.client.gui.screens with type arguments of type FormattedCharSequenceModifier and TypeMethodDescriptionvoidScreen.renderTooltip(PoseStack p_96618_, List<? extends FormattedCharSequence> p_96619_, int p_96620_, int p_96621_) voidScreen.renderTooltip(PoseStack poseStack, List<? extends FormattedCharSequence> lines, int x, int y, Font font) -
Uses of FormattedCharSequence in net.minecraft.client.gui.screens.advancements
Fields in net.minecraft.client.gui.screens.advancements declared as FormattedCharSequenceFields in net.minecraft.client.gui.screens.advancements with type parameters of type FormattedCharSequenceModifier and TypeFieldDescriptionprivate final List<FormattedCharSequence>AdvancementWidget.description -
Uses of FormattedCharSequence in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as FormattedCharSequenceModifier and TypeFieldDescriptionprivate static final FormattedCharSequenceBookEditScreen.BLACK_CURSORprivate static final FormattedCharSequenceBookEditScreen.GRAY_CURSORFields in net.minecraft.client.gui.screens.inventory with type parameters of type FormattedCharSequenceModifier and TypeFieldDescriptionprivate List<FormattedCharSequence>BookViewScreen.cachedPageComponents -
Uses of FormattedCharSequence in net.minecraft.client.gui.screens.inventory.tooltip
Fields in net.minecraft.client.gui.screens.inventory.tooltip declared as FormattedCharSequenceMethods in net.minecraft.client.gui.screens.inventory.tooltip with parameters of type FormattedCharSequenceModifier and TypeMethodDescriptionstatic ClientTooltipComponentClientTooltipComponent.create(FormattedCharSequence p_169949_) Constructors in net.minecraft.client.gui.screens.inventory.tooltip with parameters of type FormattedCharSequence -
Uses of FormattedCharSequence in net.minecraft.client.gui.screens.packs
Fields in net.minecraft.client.gui.screens.packs declared as FormattedCharSequenceModifier and TypeFieldDescriptionprivate final FormattedCharSequenceTransferableSelectionList.PackEntry.incompatibleNameDisplayCacheprivate final FormattedCharSequenceTransferableSelectionList.PackEntry.nameDisplayCacheMethods in net.minecraft.client.gui.screens.packs that return FormattedCharSequence -
Uses of FormattedCharSequence in net.minecraft.client.gui.screens.social
Fields in net.minecraft.client.gui.screens.social with type parameters of type FormattedCharSequenceModifier and TypeFieldDescription(package private) final List<FormattedCharSequence>PlayerEntry.hideTooltip(package private) final List<FormattedCharSequence>PlayerEntry.showTooltipMethod parameters in net.minecraft.client.gui.screens.social with type arguments of type FormattedCharSequenceModifier and TypeMethodDescription(package private) static voidPlayerEntry.postRenderTooltip(SocialInteractionsScreen p_100589_, PoseStack p_100590_, List<FormattedCharSequence> p_100591_, int p_100592_, int p_100593_) -
Uses of FormattedCharSequence in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection with type parameters of type FormattedCharSequenceModifier and TypeFieldDescriptionprivate final List<FormattedCharSequence>EditGameRulesScreen.GameRuleEntry.label(package private) final List<FormattedCharSequence>EditGameRulesScreen.RuleEntry.tooltipprivate List<FormattedCharSequence>EditGameRulesScreen.tooltipprivate List<FormattedCharSequence>SelectWorldScreen.toolTipMethod parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type FormattedCharSequenceModifier and TypeMethodDescriptionEditGameRulesScreen.EntryFactory.create(Component p_101155_, List<FormattedCharSequence> p_101156_, String p_101157_, T p_101158_) (package private) voidEditGameRulesScreen.setTooltip(List<FormattedCharSequence> p_101082_) voidSelectWorldScreen.setToolTip(List<FormattedCharSequence> p_101364_) Constructor parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type FormattedCharSequenceModifierConstructorDescriptionBooleanRuleEntry(Component p_101101_, List<FormattedCharSequence> p_101102_, String p_101103_, GameRules.BooleanValue p_101104_) GameRuleEntry(List<FormattedCharSequence> p_101164_, Component p_101165_) IntegerRuleEntry(Component p_101175_, List<FormattedCharSequence> p_101176_, String p_101177_, GameRules.IntegerValue p_101178_) RuleEntry(List<FormattedCharSequence> p_194062_) -
Uses of FormattedCharSequence in net.minecraft.client.resources.language
Methods in net.minecraft.client.resources.language that return FormattedCharSequenceModifier and TypeMethodDescriptionClientLanguage.getVisualOrder(FormattedText p_118925_) static FormattedCharSequenceFormattedBidiReorder.reorder(FormattedText p_118932_, boolean p_118933_) -
Uses of FormattedCharSequence in net.minecraft.locale
Methods in net.minecraft.locale that return FormattedCharSequenceModifier and TypeMethodDescriptionabstract FormattedCharSequenceLanguage.getVisualOrder(FormattedText p_128116_) Methods in net.minecraft.locale that return types with arguments of type FormattedCharSequence -
Uses of FormattedCharSequence in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as FormattedCharSequenceMethods in net.minecraft.network.chat that return FormattedCharSequenceModifier and TypeMethodDescriptionBaseComponent.getVisualOrderText()Component.getVisualOrderText()Methods in net.minecraft.network.chat that return types with arguments of type FormattedCharSequenceModifier and TypeMethodDescriptionSubStringSource.substring(int p_131237_, int p_131238_, boolean p_131239_) -
Uses of FormattedCharSequence in net.minecraft.util
Fields in net.minecraft.util declared as FormattedCharSequenceMethods in net.minecraft.util that return FormattedCharSequenceModifier and TypeMethodDescriptionstatic FormattedCharSequencestatic FormattedCharSequenceFormattedCharSequence.backward(String p_13741_, Style p_13742_, it.unimi.dsi.fastutil.ints.Int2IntFunction p_13743_) static FormattedCharSequencestatic FormattedCharSequenceFormattedCharSequence.composite()static FormattedCharSequenceFormattedCharSequence.composite(List<FormattedCharSequence> p_13723_) static FormattedCharSequenceFormattedCharSequence.composite(FormattedCharSequence p_144712_) static FormattedCharSequenceFormattedCharSequence.composite(FormattedCharSequence... p_144722_) static FormattedCharSequenceFormattedCharSequence.composite(FormattedCharSequence p_13697_, FormattedCharSequence p_13698_) static FormattedCharSequencestatic FormattedCharSequenceFormattedCharSequence.forward(String p_144718_, Style p_144719_, it.unimi.dsi.fastutil.ints.Int2IntFunction p_144720_) static FormattedCharSequenceFormattedCharSequence.fromList(List<FormattedCharSequence> p_13745_) static FormattedCharSequenceFormattedCharSequence.fromPair(FormattedCharSequence p_13734_, FormattedCharSequence p_13735_) Methods in net.minecraft.util with parameters of type FormattedCharSequenceModifier and TypeMethodDescriptionstatic FormattedCharSequenceFormattedCharSequence.composite(FormattedCharSequence p_144712_) static FormattedCharSequenceFormattedCharSequence.composite(FormattedCharSequence... p_144722_) static FormattedCharSequenceFormattedCharSequence.composite(FormattedCharSequence p_13697_, FormattedCharSequence p_13698_) static FormattedCharSequenceFormattedCharSequence.fromPair(FormattedCharSequence p_13734_, FormattedCharSequence p_13735_) Method parameters in net.minecraft.util with type arguments of type FormattedCharSequenceModifier and TypeMethodDescriptionstatic FormattedCharSequenceFormattedCharSequence.composite(List<FormattedCharSequence> p_13723_) static FormattedCharSequenceFormattedCharSequence.fromList(List<FormattedCharSequence> p_13745_) -
Uses of FormattedCharSequence in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as FormattedCharSequenceMethods in net.minecraft.world.level.block.entity that return FormattedCharSequenceModifier and TypeMethodDescriptionSignBlockEntity.getRenderMessages(boolean p_155718_, Function<Component, FormattedCharSequence> p_155719_) Method parameters in net.minecraft.world.level.block.entity with type arguments of type FormattedCharSequenceModifier and TypeMethodDescriptionSignBlockEntity.getRenderMessages(boolean p_155718_, Function<Component, FormattedCharSequence> p_155719_) -
Uses of FormattedCharSequence in net.minecraftforge.client.gui
Fields in net.minecraftforge.client.gui with type parameters of type FormattedCharSequenceModifier and TypeFieldDescriptionprivate List<FormattedCharSequence>ModListScreen.InfoPanel.linesprivate final List<org.apache.commons.lang3.tuple.Pair<FormattedCharSequence,org.apache.commons.lang3.tuple.Pair<FormattedCharSequence, FormattedCharSequence>>> ModMismatchDisconnectedScreen.MismatchInfoPanel.lineTableprivate final List<org.apache.commons.lang3.tuple.Pair<FormattedCharSequence,org.apache.commons.lang3.tuple.Pair<FormattedCharSequence, FormattedCharSequence>>> ModMismatchDisconnectedScreen.MismatchInfoPanel.lineTableprivate final List<org.apache.commons.lang3.tuple.Pair<FormattedCharSequence,org.apache.commons.lang3.tuple.Pair<FormattedCharSequence, FormattedCharSequence>>> ModMismatchDisconnectedScreen.MismatchInfoPanel.lineTableMethods in net.minecraftforge.client.gui that return types with arguments of type FormattedCharSequenceModifier and TypeMethodDescriptionprivate List<FormattedCharSequence>ModListScreen.InfoPanel.resizeContent(List<String> lines) private List<org.apache.commons.lang3.tuple.Pair<FormattedCharSequence,org.apache.commons.lang3.tuple.Pair<FormattedCharSequence, FormattedCharSequence>>> ModMismatchDisconnectedScreen.MismatchInfoPanel.splitLineToWidth(MutableComponent name, org.apache.commons.lang3.tuple.Pair<String, String> versions) Splits the raw name and version strings, making them use multiple lines if needed, to fit within the table dimensions.private List<org.apache.commons.lang3.tuple.Pair<FormattedCharSequence,org.apache.commons.lang3.tuple.Pair<FormattedCharSequence, FormattedCharSequence>>> ModMismatchDisconnectedScreen.MismatchInfoPanel.splitLineToWidth(MutableComponent name, org.apache.commons.lang3.tuple.Pair<String, String> versions) Splits the raw name and version strings, making them use multiple lines if needed, to fit within the table dimensions.private List<org.apache.commons.lang3.tuple.Pair<FormattedCharSequence,org.apache.commons.lang3.tuple.Pair<FormattedCharSequence, FormattedCharSequence>>> ModMismatchDisconnectedScreen.MismatchInfoPanel.splitLineToWidth(MutableComponent name, org.apache.commons.lang3.tuple.Pair<String, String> versions) Splits the raw name and version strings, making them use multiple lines if needed, to fit within the table dimensions.