Package net.minecraft.client.gui.tooltip
Class ProfilesTooltipComponent
java.lang.Object
net.minecraft.client.gui.tooltip.ProfilesTooltipComponent
- All Implemented Interfaces:
TooltipComponent
@Environment(CLIENT)
public class ProfilesTooltipComponent
extends Object
implements TooltipComponent
- Mappings:
Namespace Name named net/minecraft/client/gui/tooltip/ProfilesTooltipComponent
intermediary net/minecraft/class_9805
official fwe
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private static final int
private final List
<com.mojang.authlib.yggdrasil.ProfileResult> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
drawItems
(TextRenderer textRenderer, int x, int y, int width, int height, DrawContext context) int
getHeight
(TextRenderer textRenderer) int
getWidth
(TextRenderer textRenderer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.tooltip.TooltipComponent
drawText, isSticky
-
Field Details
-
field_52140
private static final int field_52140- See Also:
- Mappings:
Namespace Name Mixin selector named field_52140
Lnet/minecraft/client/gui/tooltip/ProfilesTooltipComponent;field_52140:I
intermediary field_52140
Lnet/minecraft/class_9805;field_52140:I
official a
Lfwe;a:I
-
field_52141
private static final int field_52141- See Also:
- Mappings:
Namespace Name Mixin selector named field_52141
Lnet/minecraft/client/gui/tooltip/ProfilesTooltipComponent;field_52141:I
intermediary field_52141
Lnet/minecraft/class_9805;field_52141:I
official b
Lfwe;b:I
-
profiles
- Mappings:
Namespace Name Mixin selector named profiles
Lnet/minecraft/client/gui/tooltip/ProfilesTooltipComponent;profiles:Ljava/util/List;
intermediary field_52142
Lnet/minecraft/class_9805;field_52142:Ljava/util/List;
official c
Lfwe;c:Ljava/util/List;
-
-
Constructor Details
-
ProfilesTooltipComponent
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gui/tooltip/ProfilesTooltipComponent;<init>(Lnet/minecraft/client/gui/tooltip/ProfilesTooltipComponent$ProfilesData;)V
intermediary <init>
Lnet/minecraft/class_9805;<init>(Lnet/minecraft/class_9805$class_9806;)V
official <init>
Lfwe;<init>(Lfwe$a;)V
-
-
Method Details
-
getHeight
- Specified by:
getHeight
in interfaceTooltipComponent
- Mappings:
Namespace Name Mixin selector named getHeight
Lnet/minecraft/client/gui/tooltip/TooltipComponent;getHeight(Lnet/minecraft/client/font/TextRenderer;)I
intermediary method_32661
Lnet/minecraft/class_5684;method_32661(Lnet/minecraft/class_327;)I
official a
Lfwh;a(Lfnp;)I
-
getWidth
- Specified by:
getWidth
in interfaceTooltipComponent
- Mappings:
Namespace Name Mixin selector named getWidth
Lnet/minecraft/client/gui/tooltip/TooltipComponent;getWidth(Lnet/minecraft/client/font/TextRenderer;)I
intermediary method_32664
Lnet/minecraft/class_5684;method_32664(Lnet/minecraft/class_327;)I
official b
Lfwh;b(Lfnp;)I
-
drawItems
public void drawItems(TextRenderer textRenderer, int x, int y, int width, int height, DrawContext context) - Specified by:
drawItems
in interfaceTooltipComponent
- Mappings:
Namespace Name Mixin selector named drawItems
Lnet/minecraft/client/gui/tooltip/TooltipComponent;drawItems(Lnet/minecraft/client/font/TextRenderer;IIIILnet/minecraft/client/gui/DrawContext;)V
intermediary method_32666
Lnet/minecraft/class_5684;method_32666(Lnet/minecraft/class_327;IIIILnet/minecraft/class_332;)V
official a
Lfwh;a(Lfnp;IIIILfnr;)V
-