Uses of Interface
net.minecraft.client.gui.ActiveTextCollector
Packages that use ActiveTextCollector
Package
Description
Extension interfaces for
client-only classes.-
Uses of ActiveTextCollector in net.minecraft.client.gui
Classes in net.minecraft.client.gui that implement ActiveTextCollectorModifier and TypeClassDescriptionstatic class(package private) classMethods in net.minecraft.client.gui that return ActiveTextCollectorModifier and TypeMethodDescriptionGuiGraphics.textRenderer()GuiGraphics.textRenderer(GuiGraphics.HoveredTextEffects hoveredTextEffects) GuiGraphics.textRenderer(GuiGraphics.HoveredTextEffects hoveredTextEffects, @Nullable Consumer<Style> additionalConsumer) GuiGraphics.textRendererForWidget(AbstractWidget widget, GuiGraphics.HoveredTextEffects hoveredTextEffects) -
Uses of ActiveTextCollector in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as ActiveTextCollectorModifier and TypeFieldDescriptionprivate final ActiveTextCollectorChatComponent.ClickableTextOnlyGraphicsAccess.outputprivate final ActiveTextCollectorChatComponent.DrawingBackgroundGraphicsAccess.textRendererprivate final ActiveTextCollectorChatComponent.DrawingFocusedGraphicsAccess.textRendererMethods in net.minecraft.client.gui.components with parameters of type ActiveTextCollectorModifier and TypeMethodDescriptionvoidChatComponent.captureClickableText(ActiveTextCollector activeTextCollector, int height, int tickCount, boolean focused) protected voidAbstractButton.renderDefaultLabel(ActiveTextCollector activeTextCollector) private voidTabButton.renderLabel(ActiveTextCollector activeTextCollector) voidAbstractWidget.renderScrollingStringOverContents(ActiveTextCollector activeTextCollector, Component text, int padding) abstract voidAbstractStringWidget.visitLines(ActiveTextCollector activeTextCollector) intMultiLineLabel.visitLines(TextAlignment textAlignment, int x, int y, int lineHeight, ActiveTextCollector activeTextCollector) voidMultiLineTextWidget.visitLines(ActiveTextCollector p_457654_) voidStringWidget.visitLines(ActiveTextCollector p_457993_) Constructors in net.minecraft.client.gui.components with parameters of type ActiveTextCollector -
Uses of ActiveTextCollector in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type ActiveTextCollectorModifier and TypeMethodDescriptionprivate voidDeathScreen.visitText(ActiveTextCollector activeTextCollector) -
Uses of ActiveTextCollector in net.minecraft.client.gui.screens.inventory
Methods in net.minecraft.client.gui.screens.inventory with parameters of type ActiveTextCollectorModifier and TypeMethodDescriptionprivate voidBookEditScreen.visitText(ActiveTextCollector activeTextCollector) private voidBookViewScreen.visitText(ActiveTextCollector activeTextCollector, boolean contentOnly) -
Uses of ActiveTextCollector in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions with parameters of type ActiveTextCollectorModifier and TypeMethodDescriptiondefault voidIGuiGraphicsExtension.drawScrollingString(ActiveTextCollector textCollector, Font font, Component text, int minX, int maxX, int y) Draws a left-aligned string, with a scrolling effect if the string is too long.