Package net.minecraft.client.gui.tooltip
Interface TooltipComponent
- All Known Implementing Classes:
BundleTooltipComponent,OrderedTextTooltipComponent
- Mappings:
Namespace Name named net/minecraft/client/gui/tooltip/TooltipComponentintermediary net/minecraft/class_5684official fpu
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddrawItems(TextRenderer textRenderer, int x, int y, DrawContext context) default voiddrawText(TextRenderer textRenderer, int x, int y, Matrix4f matrix, VertexConsumerProvider.Immediate vertexConsumers) intintgetWidth(TextRenderer textRenderer) static TooltipComponentof(TooltipData data) static TooltipComponentof(OrderedText text)
-
Method Details
-
of
- Mappings:
Namespace Name Mixin selector named ofLnet/minecraft/client/gui/tooltip/TooltipComponent;of(Lnet/minecraft/text/OrderedText;)Lnet/minecraft/client/gui/tooltip/TooltipComponent;intermediary method_32662Lnet/minecraft/class_5684;method_32662(Lnet/minecraft/class_5481;)Lnet/minecraft/class_5684;official aLfpu;a(Layk;)Lfpu;
-
of
- Mappings:
Namespace Name Mixin selector named ofLnet/minecraft/client/gui/tooltip/TooltipComponent;of(Lnet/minecraft/client/item/TooltipData;)Lnet/minecraft/client/gui/tooltip/TooltipComponent;intermediary method_32663Lnet/minecraft/class_5684;method_32663(Lnet/minecraft/class_5632;)Lnet/minecraft/class_5684;official aLfpu;a(Lcry;)Lfpu;
-
getHeight
int getHeight()- Mappings:
Namespace Name Mixin selector named getHeightLnet/minecraft/client/gui/tooltip/TooltipComponent;getHeight()Iintermediary method_32661Lnet/minecraft/class_5684;method_32661()Iofficial aLfpu;a()I
-
getWidth
- Mappings:
Namespace Name Mixin selector named getWidthLnet/minecraft/client/gui/tooltip/TooltipComponent;getWidth(Lnet/minecraft/client/font/TextRenderer;)Iintermediary method_32664Lnet/minecraft/class_5684;method_32664(Lnet/minecraft/class_327;)Iofficial aLfpu;a(Lfgo;)I
-
drawText
default void drawText(TextRenderer textRenderer, int x, int y, Matrix4f matrix, VertexConsumerProvider.Immediate vertexConsumers) - Mappings:
Namespace Name Mixin selector named drawTextLnet/minecraft/client/gui/tooltip/TooltipComponent;drawText(Lnet/minecraft/client/font/TextRenderer;IILorg/joml/Matrix4f;Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;)Vintermediary method_32665Lnet/minecraft/class_5684;method_32665(Lnet/minecraft/class_327;IILorg/joml/Matrix4f;Lnet/minecraft/class_4597$class_4598;)Vofficial aLfpu;a(Lfgo;IILorg/joml/Matrix4f;Lgdn$a;)V
-
drawItems
- Mappings:
Namespace Name Mixin selector named drawItemsLnet/minecraft/client/gui/tooltip/TooltipComponent;drawItems(Lnet/minecraft/client/font/TextRenderer;IILnet/minecraft/client/gui/DrawContext;)Vintermediary method_32666Lnet/minecraft/class_5684;method_32666(Lnet/minecraft/class_327;IILnet/minecraft/class_332;)Vofficial aLfpu;a(Lfgo;IILfgq;)V
-