Uses of Interface
net.minecraft.util.IReorderingProcessor
Packages that use IReorderingProcessor
Package
Description
-
Uses of IReorderingProcessor in net.minecraft.client
Fields in net.minecraft.client with type parameters of type IReorderingProcessorModifier and TypeFieldDescriptionprivate Optional<List<IReorderingProcessor>>
AbstractOption.toolTip
Methods in net.minecraft.client that return types with arguments of type IReorderingProcessorMethod parameters in net.minecraft.client with type arguments of type IReorderingProcessorModifier and TypeMethodDescriptionvoid
AbstractOption.setTooltip
(List<IReorderingProcessor> p_241567_1_) -
Uses of IReorderingProcessor in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as IReorderingProcessorModifier and TypeFieldDescriptionprivate static final IReorderingProcessor
RenderComponentsUtil.INDENT
private final IReorderingProcessor
IBidiRenderer.Entry.text
Fields in net.minecraft.client.gui with type parameters of type IReorderingProcessorModifier and TypeFieldDescriptionprivate final List<IReorderingProcessor>
CommandSuggestionHelper.commandUsage
private final List<ChatLine<IReorderingProcessor>>
NewChatGui.trimmedMessages
Methods in net.minecraft.client.gui that return IReorderingProcessorModifier and TypeMethodDescriptionprivate IReorderingProcessor
CommandSuggestionHelper.formatChat
(String p_228122_1_, int p_228122_2_) private static IReorderingProcessor
CommandSuggestionHelper.formatText
(com.mojang.brigadier.ParseResults<ISuggestionProvider> p_228116_0_, String p_228116_1_, int p_228116_2_) private static IReorderingProcessor
CommandSuggestionHelper.getExceptionMessage
(com.mojang.brigadier.exceptions.CommandSyntaxException p_243255_0_) Methods in net.minecraft.client.gui that return types with arguments of type IReorderingProcessorModifier and TypeMethodDescriptionIBidiTooltip.getTooltip()
FontRenderer.split
(ITextProperties p_238425_1_, int p_238425_2_) static List<IReorderingProcessor>
RenderComponentsUtil.wrapComponents
(ITextProperties p_238505_0_, int p_238505_1_, FontRenderer p_238505_2_) Methods in net.minecraft.client.gui with parameters of type IReorderingProcessorModifier and TypeMethodDescriptionint
FontRenderer.draw
(MatrixStack p_238422_1_, IReorderingProcessor p_238422_2_, float p_238422_3_, float p_238422_4_, int p_238422_5_) int
FontRenderer.drawInBatch
(IReorderingProcessor p_238416_1_, float p_238416_2_, float p_238416_3_, int p_238416_4_, boolean p_238416_5_, Matrix4f p_238416_6_, IRenderTypeBuffer p_238416_7_, boolean p_238416_8_, int p_238416_9_, int p_238416_10_) private int
FontRenderer.drawInternal
(IReorderingProcessor p_238424_1_, float p_238424_2_, float p_238424_3_, int p_238424_4_, boolean p_238424_5_, Matrix4f p_238424_6_, IRenderTypeBuffer p_238424_7_, boolean p_238424_8_, int p_238424_9_, int p_238424_10_) private int
FontRenderer.drawInternal
(IReorderingProcessor p_238415_1_, float p_238415_2_, float p_238415_3_, int p_238415_4_, Matrix4f p_238415_5_, boolean p_238415_6_) int
FontRenderer.drawShadow
(MatrixStack p_238407_1_, IReorderingProcessor p_238407_2_, float p_238407_3_, float p_238407_4_, int p_238407_5_) private float
FontRenderer.renderText
(IReorderingProcessor p_238426_1_, float p_238426_2_, float p_238426_3_, int p_238426_4_, boolean p_238426_5_, Matrix4f p_238426_6_, IRenderTypeBuffer p_238426_7_, boolean p_238426_8_, int p_238426_9_, int p_238426_10_) int
FontRenderer.width
(IReorderingProcessor p_243245_1_) Constructors in net.minecraft.client.gui with parameters of type IReorderingProcessor -
Uses of IReorderingProcessor in net.minecraft.client.gui.advancements
Fields in net.minecraft.client.gui.advancements declared as IReorderingProcessorFields in net.minecraft.client.gui.advancements with type parameters of type IReorderingProcessorModifier and TypeFieldDescriptionprivate final List<IReorderingProcessor>
AdvancementEntryGui.description
-
Uses of IReorderingProcessor in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as IReorderingProcessorModifier and TypeFieldDescriptionprivate static final IReorderingProcessor
EditBookScreen.BLACK_CURSOR
private static final IReorderingProcessor
EditBookScreen.GRAY_CURSOR
Fields in net.minecraft.client.gui.screen with type parameters of type IReorderingProcessorModifier and TypeFieldDescriptionprivate List<IReorderingProcessor>
ReadBookScreen.cachedPageComponents
private final List<IReorderingProcessor>
EditGamerulesScreen.ValueEntry.label
private List<IReorderingProcessor>
WinGameScreen.lines
private final List<IReorderingProcessor>
EditGamerulesScreen.Gamerule.tooltip
private List<IReorderingProcessor>
EditGamerulesScreen.tooltip
private List<IReorderingProcessor>
WorldSelectionScreen.toolTip
Methods in net.minecraft.client.gui.screen that return types with arguments of type IReorderingProcessorModifier and TypeMethodDescriptionstatic List<IReorderingProcessor>
SettingsScreen.tooltipAt
(OptionsRowList p_243293_0_, int p_243293_1_, int p_243293_2_) Method parameters in net.minecraft.client.gui.screen with type arguments of type IReorderingProcessorModifier and TypeMethodDescriptionEditGamerulesScreen.IRuleEntry.create
(ITextComponent p_create_1_, List<IReorderingProcessor> p_create_2_, String p_create_3_, T p_create_4_) void
Screen.renderTooltip
(MatrixStack p_238654_1_, List<? extends IReorderingProcessor> p_238654_2_, int p_238654_3_, int p_238654_4_) void
Screen.renderToolTip
(MatrixStack p_238654_1_, List<? extends IReorderingProcessor> p_238654_2_, int p_238654_3_, int p_238654_4_, FontRenderer font) private void
EditGamerulesScreen.setTooltip
(List<IReorderingProcessor> p_238980_1_) void
WorldSelectionScreen.setToolTip
(List<IReorderingProcessor> p_239026_1_) Constructor parameters in net.minecraft.client.gui.screen with type arguments of type IReorderingProcessorModifierConstructorDescriptionBooleanEntry
(ITextComponent p_i232311_2_, List<IReorderingProcessor> p_i232311_3_, String p_i232311_4_, GameRules.BooleanValue p_i232311_5_) Gamerule
(List<IReorderingProcessor> p_i232315_2_) IntegerEntry
(ITextComponent p_i232314_2_, List<IReorderingProcessor> p_i232314_3_, String p_i232314_4_, GameRules.IntegerValue p_i232314_5_) ValueEntry
(List<IReorderingProcessor> p_i241256_2_, ITextComponent p_i241256_3_) -
Uses of IReorderingProcessor in net.minecraft.client.gui.social
Fields in net.minecraft.client.gui.social with type parameters of type IReorderingProcessorModifier and TypeFieldDescriptionprivate final List<IReorderingProcessor>
FilterListEntry.hideTooltip
private final List<IReorderingProcessor>
FilterListEntry.showTooltip
Method parameters in net.minecraft.client.gui.social with type arguments of type IReorderingProcessorModifier and TypeMethodDescriptionprivate static void
FilterListEntry.postRenderTooltip
(SocialInteractionsScreen p_244634_0_, MatrixStack p_244634_1_, List<IReorderingProcessor> p_244634_2_, int p_244634_3_, int p_244634_4_) -
Uses of IReorderingProcessor in net.minecraft.client.gui.toasts
Fields in net.minecraft.client.gui.toasts with type parameters of type IReorderingProcessorMethods in net.minecraft.client.gui.toasts that return types with arguments of type IReorderingProcessorModifier and TypeMethodDescriptionprivate static com.google.common.collect.ImmutableList<IReorderingProcessor>
SystemToast.nullToEmpty
(ITextComponent p_238537_0_) Constructor parameters in net.minecraft.client.gui.toasts with type arguments of type IReorderingProcessorModifierConstructorDescriptionprivate
SystemToast
(SystemToast.Type p_i232264_1_, ITextComponent p_i232264_2_, List<IReorderingProcessor> p_i232264_3_, int p_i232264_4_) -
Uses of IReorderingProcessor in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget with type parameters of type IReorderingProcessorModifier and TypeFieldDescriptionprivate BiFunction<String,
Integer, IReorderingProcessor> TextFieldWidget.formatter
Methods in net.minecraft.client.gui.widget that return types with arguments of type IReorderingProcessorMethod parameters in net.minecraft.client.gui.widget with type arguments of type IReorderingProcessorModifier and TypeMethodDescriptionvoid
TextFieldWidget.setFormatter
(BiFunction<String, Integer, IReorderingProcessor> p_195607_1_) -
Uses of IReorderingProcessor in net.minecraft.client.gui.widget.button
Methods in net.minecraft.client.gui.widget.button that return types with arguments of type IReorderingProcessor -
Uses of IReorderingProcessor in net.minecraft.client.gui.widget.list
Fields in net.minecraft.client.gui.widget.list declared as IReorderingProcessorModifier and TypeFieldDescriptionprivate final IReorderingProcessor
ResourcePackList.ResourcePackEntry.incompatibleNameDisplayCache
private final IReorderingProcessor
ResourcePackList.ResourcePackEntry.nameDisplayCache
Methods in net.minecraft.client.gui.widget.list that return IReorderingProcessorModifier and TypeMethodDescriptionprivate static IReorderingProcessor
ResourcePackList.ResourcePackEntry.cacheName
(Minecraft p_244424_0_, ITextComponent p_244424_1_) -
Uses of IReorderingProcessor in net.minecraft.client.resources
Methods in net.minecraft.client.resources that return IReorderingProcessor -
Uses of IReorderingProcessor in net.minecraft.client.util
Methods in net.minecraft.client.util that return IReorderingProcessorModifier and TypeMethodDescriptionstatic IReorderingProcessor
BidiReorderer.reorder
(ITextProperties p_243508_0_, boolean p_243508_1_) Methods in net.minecraft.client.util that return types with arguments of type IReorderingProcessorModifier and TypeMethodDescriptionBidiReorder.substring
(int p_244287_1_, int p_244287_2_, boolean p_244287_3_) -
Uses of IReorderingProcessor in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as IReorderingProcessorModifier and TypeFieldDescriptionprivate final IReorderingProcessor[]
SignTileEntity.renderMessages
Methods in net.minecraft.tileentity that return IReorderingProcessorModifier and TypeMethodDescriptionSignTileEntity.getRenderMessage
(int p_242686_1_, Function<ITextComponent, IReorderingProcessor> p_242686_2_) Method parameters in net.minecraft.tileentity with type arguments of type IReorderingProcessorModifier and TypeMethodDescriptionSignTileEntity.getRenderMessage
(int p_242686_1_, Function<ITextComponent, IReorderingProcessor> p_242686_2_) -
Uses of IReorderingProcessor in net.minecraft.util
Fields in net.minecraft.util declared as IReorderingProcessorMethods in net.minecraft.util that return IReorderingProcessorModifier and TypeMethodDescriptionstatic IReorderingProcessor
IReorderingProcessor.backward
(String p_242246_0_, Style p_242246_1_, it.unimi.dsi.fastutil.ints.Int2IntFunction p_242246_2_) static IReorderingProcessor
static IReorderingProcessor
IReorderingProcessor.composite
(List<IReorderingProcessor> p_242241_0_) static IReorderingProcessor
IReorderingProcessor.composite
(IReorderingProcessor p_242234_0_, IReorderingProcessor p_242234_1_) static IReorderingProcessor
static IReorderingProcessor
IReorderingProcessor.fromList
(List<IReorderingProcessor> p_242247_0_) static IReorderingProcessor
IReorderingProcessor.fromPair
(IReorderingProcessor p_242244_0_, IReorderingProcessor p_242244_1_) Methods in net.minecraft.util with parameters of type IReorderingProcessorModifier and TypeMethodDescriptionstatic IReorderingProcessor
IReorderingProcessor.composite
(IReorderingProcessor p_242234_0_, IReorderingProcessor p_242234_1_) static IReorderingProcessor
IReorderingProcessor.fromPair
(IReorderingProcessor p_242244_0_, IReorderingProcessor p_242244_1_) Method parameters in net.minecraft.util with type arguments of type IReorderingProcessorModifier and TypeMethodDescriptionstatic IReorderingProcessor
IReorderingProcessor.composite
(List<IReorderingProcessor> p_242241_0_) static IReorderingProcessor
IReorderingProcessor.fromList
(List<IReorderingProcessor> p_242247_0_) -
Uses of IReorderingProcessor in net.minecraft.util.text
Fields in net.minecraft.util.text declared as IReorderingProcessorMethods in net.minecraft.util.text that return IReorderingProcessorModifier and TypeMethodDescriptionabstract IReorderingProcessor
LanguageMap.getVisualOrder
(ITextProperties p_241870_1_) ITextComponent.getVisualOrderText()
TextComponent.getVisualOrderText()
Methods in net.minecraft.util.text that return types with arguments of type IReorderingProcessorMethods in net.minecraft.util.text with parameters of type IReorderingProcessorModifier and TypeMethodDescriptionCharacterManager.componentStyleAtWidth
(IReorderingProcessor p_243239_1_, int p_243239_2_) float
CharacterManager.stringWidth
(IReorderingProcessor p_243238_1_) -
Uses of IReorderingProcessor in net.minecraftforge.fml.client.gui.screen
Fields in net.minecraftforge.fml.client.gui.screen with type parameters of type IReorderingProcessorModifier and TypeFieldDescriptionprivate List<IReorderingProcessor>
ModListScreen.InfoPanel.lines
Methods in net.minecraftforge.fml.client.gui.screen that return types with arguments of type IReorderingProcessorModifier and TypeMethodDescriptionprivate List<IReorderingProcessor>
ModListScreen.InfoPanel.resizeContent
(List<String> lines)