Uses of Interface
net.minecraft.client.font.TextConsumer
Packages that use TextConsumer
Package
Description
-
Uses of TextConsumer in net.minecraft.client.font
Classes in net.minecraft.client.font that implement TextConsumerMethods in net.minecraft.client.font with parameters of type TextConsumerModifier and TypeMethodDescriptionintMultilineText.draw(Alignment alignment, int x, int y, int lineHeight, TextConsumer consumer) -
Uses of TextConsumer in net.minecraft.client.gui
Classes in net.minecraft.client.gui that implement TextConsumerMethods in net.minecraft.client.gui that return TextConsumerModifier and TypeMethodDescriptionDrawContext.getHoverListener(ClickableWidget widget, DrawContext.HoverType hoverType) DrawContext.getTextConsumer()DrawContext.getTextConsumer(DrawContext.HoverType hoverType) DrawContext.getTextConsumer(DrawContext.HoverType hoverType, @Nullable Consumer<Style> styleCallback) -
Uses of TextConsumer in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud declared as TextConsumerModifier and TypeFieldDescriptionprivate final TextConsumerChatHud.Drawer.drawerprivate final TextConsumerChatHud.Forwarder.drawerMethods in net.minecraft.client.gui.hud with parameters of type TextConsumerModifier and TypeMethodDescriptionvoidChatHud.render(TextConsumer textConsumer, int windowHeight, int currentTick, boolean expanded) Constructors in net.minecraft.client.gui.hud with parameters of type TextConsumer -
Uses of TextConsumer in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type TextConsumer -
Uses of TextConsumer in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type TextConsumerModifier and TypeMethodDescriptionprivate voidBookEditScreen.method_75830(TextConsumer textConsumer) private voidBookScreen.method_75835(TextConsumer drawer, boolean bool) -
Uses of TextConsumer in net.minecraft.client.gui.widget
Methods in net.minecraft.client.gui.widget with parameters of type TextConsumerModifier and TypeMethodDescriptionabstract voidAbstractTextWidget.draw(TextConsumer textConsumer) voidMultilineTextWidget.draw(TextConsumer textConsumer) voidTextWidget.draw(TextConsumer textConsumer) protected voidPressableWidget.drawLabel(TextConsumer drawer) private voidTabButtonWidget.drawMessage(TextConsumer textConsumer) protected voidClickableWidget.drawTextWithMargin(TextConsumer drawer, Text text, int marginX)