Uses of Interface
net.minecraft.util.IReorderingProcessor
-
-
Uses of IReorderingProcessor in net.minecraft.client
Fields in net.minecraft.client with type parameters of type IReorderingProcessor Modifier and Type Field Description private java.util.Optional<java.util.List<IReorderingProcessor>>AbstractOption. toolTipMethods in net.minecraft.client that return types with arguments of type IReorderingProcessor Modifier and Type Method Description java.util.Optional<java.util.List<IReorderingProcessor>>AbstractOption. getTooltip()Method parameters in net.minecraft.client with type arguments of type IReorderingProcessor Modifier and Type Method Description voidAbstractOption. setTooltip(java.util.List<IReorderingProcessor> p_241567_1_) -
Uses of IReorderingProcessor in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as IReorderingProcessor Modifier and Type Field Description private static IReorderingProcessorRenderComponentsUtil. INDENTprivate IReorderingProcessorIBidiRenderer.Entry. textFields in net.minecraft.client.gui with type parameters of type IReorderingProcessor Modifier and Type Field Description private java.util.List<IReorderingProcessor>CommandSuggestionHelper. commandUsageprivate java.util.List<ChatLine<IReorderingProcessor>>NewChatGui. trimmedMessagesMethods in net.minecraft.client.gui that return IReorderingProcessor Modifier and Type Method Description private IReorderingProcessorCommandSuggestionHelper. formatChat(java.lang.String p_228122_1_, int p_228122_2_)private static IReorderingProcessorCommandSuggestionHelper. formatText(com.mojang.brigadier.ParseResults<ISuggestionProvider> p_228116_0_, java.lang.String p_228116_1_, int p_228116_2_)private static IReorderingProcessorCommandSuggestionHelper. getExceptionMessage(com.mojang.brigadier.exceptions.CommandSyntaxException p_243255_0_)Methods in net.minecraft.client.gui that return types with arguments of type IReorderingProcessor Modifier and Type Method Description java.util.Optional<java.util.List<IReorderingProcessor>>IBidiTooltip. getTooltip()java.util.List<IReorderingProcessor>FontRenderer. split(ITextProperties p_238425_1_, int p_238425_2_)static java.util.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 IReorderingProcessor Modifier and Type Method Description intFontRenderer. draw(MatrixStack p_238422_1_, IReorderingProcessor p_238422_2_, float p_238422_3_, float p_238422_4_, int p_238422_5_)intFontRenderer. 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 intFontRenderer. 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 intFontRenderer. 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_)intFontRenderer. drawShadow(MatrixStack p_238407_1_, IReorderingProcessor p_238407_2_, float p_238407_3_, float p_238407_4_, int p_238407_5_)private floatFontRenderer. 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_)intFontRenderer. width(IReorderingProcessor p_243245_1_)Constructors in net.minecraft.client.gui with parameters of type IReorderingProcessor Constructor Description Entry(IReorderingProcessor p_i242052_1_, int p_i242052_2_) -
Uses of IReorderingProcessor in net.minecraft.client.gui.advancements
Fields in net.minecraft.client.gui.advancements declared as IReorderingProcessor Modifier and Type Field Description private IReorderingProcessorAdvancementEntryGui. titleFields in net.minecraft.client.gui.advancements with type parameters of type IReorderingProcessor Modifier and Type Field Description private java.util.List<IReorderingProcessor>AdvancementEntryGui. description -
Uses of IReorderingProcessor in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as IReorderingProcessor Modifier and Type Field Description private static IReorderingProcessorEditBookScreen. BLACK_CURSORprivate static IReorderingProcessorEditBookScreen. GRAY_CURSORFields in net.minecraft.client.gui.screen with type parameters of type IReorderingProcessor Modifier and Type Field Description private java.util.List<IReorderingProcessor>ReadBookScreen. cachedPageComponentsprivate java.util.List<IReorderingProcessor>EditGamerulesScreen.ValueEntry. labelprivate java.util.List<IReorderingProcessor>WinGameScreen. linesprivate java.util.List<IReorderingProcessor>EditGamerulesScreen.Gamerule. tooltipprivate java.util.List<IReorderingProcessor>EditGamerulesScreen. tooltipprivate java.util.List<IReorderingProcessor>WorldSelectionScreen. toolTipMethods in net.minecraft.client.gui.screen that return types with arguments of type IReorderingProcessor Modifier and Type Method Description static java.util.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 IReorderingProcessor Modifier and Type Method Description EditGamerulesScreen.GameruleEditGamerulesScreen.IRuleEntry. create(ITextComponent p_create_1_, java.util.List<IReorderingProcessor> p_create_2_, java.lang.String p_create_3_, T p_create_4_)voidScreen. renderTooltip(MatrixStack p_238654_1_, java.util.List<? extends IReorderingProcessor> p_238654_2_, int p_238654_3_, int p_238654_4_)voidScreen. renderToolTip(MatrixStack p_238654_1_, java.util.List<? extends IReorderingProcessor> p_238654_2_, int p_238654_3_, int p_238654_4_, FontRenderer font)private voidEditGamerulesScreen. setTooltip(java.util.List<IReorderingProcessor> p_238980_1_)voidWorldSelectionScreen. setToolTip(java.util.List<IReorderingProcessor> p_239026_1_)Constructor parameters in net.minecraft.client.gui.screen with type arguments of type IReorderingProcessor Constructor Description BooleanEntry(ITextComponent p_i232311_2_, java.util.List<IReorderingProcessor> p_i232311_3_, java.lang.String p_i232311_4_, GameRules.BooleanValue p_i232311_5_)Gamerule(java.util.List<IReorderingProcessor> p_i232315_2_)IntegerEntry(ITextComponent p_i232314_2_, java.util.List<IReorderingProcessor> p_i232314_3_, java.lang.String p_i232314_4_, GameRules.IntegerValue p_i232314_5_)ValueEntry(java.util.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 IReorderingProcessor Modifier and Type Field Description private java.util.List<IReorderingProcessor>FilterListEntry. hideTooltipprivate java.util.List<IReorderingProcessor>FilterListEntry. showTooltipMethod parameters in net.minecraft.client.gui.social with type arguments of type IReorderingProcessor Modifier and Type Method Description private static voidFilterListEntry. postRenderTooltip(SocialInteractionsScreen p_244634_0_, MatrixStack p_244634_1_, java.util.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 IReorderingProcessor Modifier and Type Field Description private java.util.List<IReorderingProcessor>SystemToast. messageLinesMethods in net.minecraft.client.gui.toasts that return types with arguments of type IReorderingProcessor Modifier and Type Method Description private 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 IReorderingProcessor Constructor Description SystemToast(SystemToast.Type p_i232264_1_, ITextComponent p_i232264_2_, java.util.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 IReorderingProcessor Modifier and Type Field Description private java.util.function.BiFunction<java.lang.String,java.lang.Integer,IReorderingProcessor>TextFieldWidget. formatterMethods in net.minecraft.client.gui.widget that return types with arguments of type IReorderingProcessor Modifier and Type Method Description java.util.Optional<java.util.List<IReorderingProcessor>>OptionSlider. getTooltip()Method parameters in net.minecraft.client.gui.widget with type arguments of type IReorderingProcessor Modifier and Type Method Description voidTextFieldWidget. setFormatter(java.util.function.BiFunction<java.lang.String,java.lang.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 Modifier and Type Method Description java.util.Optional<java.util.List<IReorderingProcessor>>OptionButton. getTooltip() -
Uses of IReorderingProcessor in net.minecraft.client.gui.widget.list
Fields in net.minecraft.client.gui.widget.list declared as IReorderingProcessor Modifier and Type Field Description private IReorderingProcessorResourcePackList.ResourcePackEntry. incompatibleNameDisplayCacheprivate IReorderingProcessorResourcePackList.ResourcePackEntry. nameDisplayCacheMethods in net.minecraft.client.gui.widget.list that return IReorderingProcessor Modifier and Type Method Description private static IReorderingProcessorResourcePackList.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 Modifier and Type Method Description IReorderingProcessorClientLanguageMap. getVisualOrder(ITextProperties p_241870_1_) -
Uses of IReorderingProcessor in net.minecraft.client.util
Methods in net.minecraft.client.util that return IReorderingProcessor Modifier and Type Method Description static IReorderingProcessorBidiReorderer. reorder(ITextProperties p_243508_0_, boolean p_243508_1_)Methods in net.minecraft.client.util that return types with arguments of type IReorderingProcessor Modifier and Type Method Description java.util.List<IReorderingProcessor>BidiReorder. 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 IReorderingProcessor Modifier and Type Field Description private IReorderingProcessor[]SignTileEntity. renderMessagesMethods in net.minecraft.tileentity that return IReorderingProcessor Modifier and Type Method Description IReorderingProcessorSignTileEntity. getRenderMessage(int p_242686_1_, java.util.function.Function<ITextComponent,IReorderingProcessor> p_242686_2_)Method parameters in net.minecraft.tileentity with type arguments of type IReorderingProcessor Modifier and Type Method Description IReorderingProcessorSignTileEntity. getRenderMessage(int p_242686_1_, java.util.function.Function<ITextComponent,IReorderingProcessor> p_242686_2_) -
Uses of IReorderingProcessor in net.minecraft.util
Fields in net.minecraft.util declared as IReorderingProcessor Modifier and Type Field Description static IReorderingProcessorIReorderingProcessor. EMPTYMethods in net.minecraft.util that return IReorderingProcessor Modifier and Type Method Description static IReorderingProcessorIReorderingProcessor. backward(java.lang.String p_242246_0_, Style p_242246_1_, it.unimi.dsi.fastutil.ints.Int2IntFunction p_242246_2_)static IReorderingProcessorIReorderingProcessor. codepoint(int p_242233_0_, Style p_242233_1_)static IReorderingProcessorIReorderingProcessor. composite(java.util.List<IReorderingProcessor> p_242241_0_)static IReorderingProcessorIReorderingProcessor. composite(IReorderingProcessor p_242234_0_, IReorderingProcessor p_242234_1_)static IReorderingProcessorIReorderingProcessor. forward(java.lang.String p_242239_0_, Style p_242239_1_)static IReorderingProcessorIReorderingProcessor. fromList(java.util.List<IReorderingProcessor> p_242247_0_)static IReorderingProcessorIReorderingProcessor. fromPair(IReorderingProcessor p_242244_0_, IReorderingProcessor p_242244_1_)Methods in net.minecraft.util with parameters of type IReorderingProcessor Modifier and Type Method Description static IReorderingProcessorIReorderingProcessor. composite(IReorderingProcessor p_242234_0_, IReorderingProcessor p_242234_1_)static IReorderingProcessorIReorderingProcessor. fromPair(IReorderingProcessor p_242244_0_, IReorderingProcessor p_242244_1_)Method parameters in net.minecraft.util with type arguments of type IReorderingProcessor Modifier and Type Method Description static IReorderingProcessorIReorderingProcessor. composite(java.util.List<IReorderingProcessor> p_242241_0_)static IReorderingProcessorIReorderingProcessor. fromList(java.util.List<IReorderingProcessor> p_242247_0_) -
Uses of IReorderingProcessor in net.minecraft.util.text
Fields in net.minecraft.util.text declared as IReorderingProcessor Modifier and Type Field Description private IReorderingProcessorTextComponent. visualOrderTextMethods in net.minecraft.util.text that return IReorderingProcessor Modifier and Type Method Description abstract IReorderingProcessorLanguageMap. getVisualOrder(ITextProperties p_241870_1_)IReorderingProcessorITextComponent. getVisualOrderText()IReorderingProcessorTextComponent. getVisualOrderText()Methods in net.minecraft.util.text that return types with arguments of type IReorderingProcessor Modifier and Type Method Description java.util.List<IReorderingProcessor>LanguageMap. getVisualOrder(java.util.List<ITextProperties> p_244260_1_)Methods in net.minecraft.util.text with parameters of type IReorderingProcessor Modifier and Type Method Description StyleCharacterManager. componentStyleAtWidth(IReorderingProcessor p_243239_1_, int p_243239_2_)floatCharacterManager. 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 IReorderingProcessor Modifier and Type Field Description private java.util.List<IReorderingProcessor>ModListScreen.InfoPanel. linesMethods in net.minecraftforge.fml.client.gui.screen that return types with arguments of type IReorderingProcessor Modifier and Type Method Description private java.util.List<IReorderingProcessor>ModListScreen.InfoPanel. resizeContent(java.util.List<java.lang.String> lines)
-