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.method_75816(Alignment alignment, int int2, int int3, int int4, TextConsumer textConsumer) -
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.class_12234.drawerprivate final TextConsumerChatHud.class_12235.field_63878Methods in net.minecraft.client.gui.hud with parameters of type TextConsumerModifier and TypeMethodDescriptionvoidChatHud.method_75803(TextConsumer textConsumer, int int2, int int3, boolean bool) 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 TypeMethodDescriptionprotected voidPressableWidget.drawLabel(TextConsumer drawer) private voidTabButtonWidget.drawMessage(TextConsumer textConsumer) protected voidClickableWidget.drawTextWithMargin(TextConsumer drawer, Text text, int xMargin) abstract voidAbstractTextWidget.method_75796(TextConsumer textConsumer) voidMultilineTextWidget.method_75796(TextConsumer textConsumer) voidTextWidget.method_75796(TextConsumer textConsumer)